about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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
52footer a:link {
53 color: cyan;
54}
55
56footer a:visited {
57 color: magenta;
58}
59
52header a:link { 60header 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