aboutsummaryrefslogtreecommitdiffstats
path: root/style.dev.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.dev.css')
-rw-r--r--style.dev.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/style.dev.css b/style.dev.css
index f1fb63c..8f4225e 100644
--- a/style.dev.css
+++ b/style.dev.css
@@ -67,6 +67,10 @@ dt.c3 {
font-weight: bold;
}
+a {
+ text-decoration: none;
+}
+
a,a:visited {
color: #4183c4;
background: inherit;
@@ -74,9 +78,7 @@ a,a:visited {
}
a:hover {
- text-decoration: none;
- background: #4183c4;
- color: #fff;
+ text-decoration: underline;
}
p.c1 {