diff options
Diffstat (limited to 'example/style.css')
-rw-r--r-- | example/style.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/example/style.css b/example/style.css index 9e48064..0fc0a89 100644 --- a/example/style.css +++ b/example/style.css | |||
@@ -49,12 +49,8 @@ footer, footer p { | |||
49 | color: white; | 49 | color: white; |
50 | } | 50 | } |
51 | 51 | ||
52 | footer a:link { | 52 | footer a:link, footer a:visited { |
53 | color: cyan; | 53 | color: inherit; |
54 | } | ||
55 | |||
56 | footer a:visited { | ||
57 | color: magenta; | ||
58 | } | 54 | } |
59 | 55 | ||
60 | header a:link { | 56 | header a:link { |