diff options
author | Case Duckworth | 2024-03-18 10:25:28 -0500 |
---|---|---|
committer | Case Duckworth | 2024-03-18 10:25:28 -0500 |
commit | 0a0649baafd381086de630dc8f475782c74f6f6f (patch) | |
tree | fdcea6389b392a6b68c9a9c7f69479f8829737c2 | |
parent | Change static copying/ update readme (diff) | |
download | schwa-0a0649baafd381086de630dc8f475782c74f6f6f.tar.gz schwa-0a0649baafd381086de630dc8f475782c74f6f6f.zip |
Move style and template to example/
-rw-r--r-- | example/style.css (renamed from style.css) | 8 | ||||
-rw-r--r-- | example/template.html (renamed from template.html) | 0 |
2 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/example/style.css index bbbc604..9e48064 100644 --- a/style.css +++ b/example/style.css | |||
@@ -49,6 +49,14 @@ footer, footer p { | |||
49 | color: white; | 49 | color: white; |
50 | } | 50 | } |
51 | 51 | ||
52 | footer a:link { | ||
53 | color: cyan; | ||
54 | } | ||
55 | |||
56 | footer a:visited { | ||
57 | color: magenta; | ||
58 | } | ||
59 | |||
52 | header a:link { | 60 | header a:link { |
53 | text-decoration: none; | 61 | text-decoration: none; |
54 | background: lightgray; | 62 | background: lightgray; |
diff --git a/template.html b/example/template.html index c67ae0d..c67ae0d 100644 --- a/template.html +++ b/example/template.html | |||