summaryrefslogtreecommitdiffstats
path: root/webroot/css/themes
diff options
context:
space:
mode:
Diffstat (limited to 'webroot/css/themes')
-rw-r--r--webroot/css/themes/light.css8
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;