diff options
-rw-r--r-- | web/ioq3.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/ioq3.css b/web/ioq3.css index a830d44..8ae8bd8 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -6,7 +6,7 @@ body, html { } #footer { - color: #aaa; + color: #4d4d4d; background-color: transparent; border-top: .1em dashed #222; padding-top: .3em; @@ -14,7 +14,8 @@ body, html { } #footer a { - color: #aaa; + color: #4b4b4b + ; background-color: transparent; } |