summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-17 10:59:19 +0100
committerAndrew Dolgov <[email protected]>2007-11-17 10:59:19 +0100
commitefae7595c4bbb47c4f86e9b142120bb3e5bc887e (patch)
treef2f39a9f953fb221fba5f2c677c5bec841184819 /themes
parentc03cf250e8cef7f6d49e1b1980c40de7eebf9b89 (diff)
tweak hello/prefs/logout linkbar (refs #163)
Diffstat (limited to 'themes')
-rw-r--r--themes/graycube/theme.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index cca6095a8..fd9b24e35 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -458,3 +458,11 @@ ul.headlineDropdownMenu ul li:hover {
.insensitive a:hover {
color : black;
}
+
+div.topLinks a {
+ color : black;
+}
+
+div.topLinks a:hover {
+ color : gray;
+}