diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style/default.css | 6 |
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; } |