summary refs log tree commit diff
path: root/godz/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'godz/style.css')
-rw-r--r--godz/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/godz/style.css b/godz/style.css index 939e5ed..5294dbc 100644 --- a/godz/style.css +++ b/godz/style.css
@@ -12,7 +12,7 @@
12} 12}
13 13
14html { 14html {
15 background: #000; 15 background: #4F0094;
16 color: #fff; 16 color: #fff;
17 font-family: "_Terminus"; 17 font-family: "_Terminus";
18} 18}
@@ -23,7 +23,7 @@ body {
23} 23}
24 24
25a { 25a {
26 color: #b8a0ff; 26 color: #A10000;
27} 27}
28 28
29a:visited { 29a:visited {
@@ -31,5 +31,5 @@ a:visited {
31} 31}
32 32
33a:hover { 33a:hover {
34 color: #b8a0ff; 34 color: #6E0000;
35} 35}