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 97d45c923..9d0490334 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -463,3 +463,11 @@ ul.headlineDropdownMenu ul li:hover {
color : black;
}
+.insensitive a {
+ color : gray;
+ text-decoration : underline;
+}
+
+.insensitive a:hover {
+ color : black;
+}