From 2e6016922cfeaf32e69f65df8178d71387782e2c Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 10 Jul 2011 23:32:14 -0700 Subject: /anime works --- webroot/css/themes/light.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'webroot/css/themes') diff --git a/webroot/css/themes/light.css b/webroot/css/themes/light.css index 4ade9ff..c837667 100644 --- a/webroot/css/themes/light.css +++ b/webroot/css/themes/light.css @@ -5,6 +5,14 @@ body { background: -webkit-linear-gradient(top, #fff, #ddd 500px, #ddd); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); } + +a, a:visited { + color: #33a; +} +a:hover { + color: #55f; +} + nav a, nav a:visited { color: #222; text-shadow:0 1px 0 #fff; -- cgit v1.2.3