diff options
-rw-r--r-- | css/cover.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/css/cover.css b/css/cover.css index 1464f37..f285bf4 100644 --- a/css/cover.css +++ b/css/cover.css | |||
@@ -100,6 +100,17 @@ body { | |||
100 | } | 100 | } |
101 | a { | 101 | a { |
102 | text-decoration: none; | 102 | text-decoration: none; |
103 | } | ||
104 | a:link { | ||
105 | color: #b2d9e5; | ||
106 | } | ||
107 | a:visited { | ||
108 | color: #b2b2e5; | ||
109 | } | ||
110 | a:hover { | ||
111 | color: #e5bfb2; | ||
112 | } | ||
113 | a:active { | ||
103 | color: #e5e5b2; | 114 | color: #e5e5b2; |
104 | } | 115 | } |
105 | li { | 116 | li { |