summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
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;
+}