about summary refs log tree commit diff stats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-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 {