diff options
author | raylu <raylu@mixpanel.com> | 2011-07-10 23:32:14 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-10 23:33:03 -0700 |
commit | 2e6016922cfeaf32e69f65df8178d71387782e2c (patch) | |
tree | 45222803c2b386ed39af4530c9eddc7090f4a60b /webroot/css/themes/light.css | |
parent | 913bca163e3c00c2f956b7882945b73a5d47ce71 (diff) | |
download | otakuhub-2e6016922cfeaf32e69f65df8178d71387782e2c.tar.xz |
/anime works
Diffstat (limited to 'webroot/css/themes/light.css')
-rw-r--r-- | webroot/css/themes/light.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; |