diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-21 15:28:55 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-21 15:28:55 +0700 |
commit | 54754244b4d7eaa3bbb32e61289e08c409e7e9e5 (patch) | |
tree | 2dd8036794bf6e2f8dae10ae6247de0f5e0e3436 /static | |
parent | 5ad561e83990cbc3ccd65f1306b2512dd9d97736 (diff) | |
download | blog-54754244b4d7eaa3bbb32e61289e08c409e7e9e5.tar.gz |
Override hover link styling
Diffstat (limited to 'static')
-rw-r--r-- | static/css/custom.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 8c00949..f800cde 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -96,3 +96,9 @@ dl.book-data dd { margin: 0 0 0 110px; padding: 0 0 0.5em 0; } + +/* Override weird styling */ +a:hover { + border-bottom: none; + text-decoration: underline; +} |