aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style/default.css')
-rw-r--r--static/style/default.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style/default.css b/static/style/default.css
index 58c3011..2c63d93 100644
--- a/static/style/default.css
+++ b/static/style/default.css
@@ -9,7 +9,11 @@ body {
a {
text-decoration: none; }
a:hover {
- border-bottom: 1px solid blue; }
+ text-decoration: underline;
+ border-top: 0px solid blue;
+ border-left: 0px solid blue;
+ border-right: 0px solid blue;
+ border-bottom: 0px solid blue; }
a.subtle {
color: black;
text-decoration: none; }