diff options
author | Case Duckworth | 2015-03-19 12:49:25 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-19 12:49:25 -0700 |
commit | b27a520983f75c6d4c51d20f9d1f1055627434d9 (patch) | |
tree | d4c355dae1bf43219c0e304b08a9b9f9b02c7e15 | |
parent | Slight change of color on cover (diff) | |
download | autocento-b27a520983f75c6d4c51d20f9d1f1055627434d9.tar.gz autocento-b27a520983f75c6d4c51d20f9d1f1055627434d9.zip |
Another style change -- link colors
-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 { |