about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2015-03-19 12:49:25 -0700
committerCase Duckworth2015-03-19 12:49:25 -0700
commitb27a520983f75c6d4c51d20f9d1f1055627434d9 (patch)
treed4c355dae1bf43219c0e304b08a9b9f9b02c7e15
parentSlight change of color on cover (diff)
downloadautocento-b27a520983f75c6d4c51d20f9d1f1055627434d9.tar.gz
autocento-b27a520983f75c6d4c51d20f9d1f1055627434d9.zip
Another style change -- link colors
-rw-r--r--css/cover.css11
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}
101a { 101a {
102 text-decoration: none; 102 text-decoration: none;
103}
104a:link {
105 color: #b2d9e5;
106}
107a:visited {
108 color: #b2b2e5;
109}
110a:hover {
111 color: #e5bfb2;
112}
113a:active {
103 color: #e5e5b2; 114 color: #e5e5b2;
104} 115}
105li { 116li {