diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-07-10 12:25:54 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-07-10 12:25:54 +0300 |
| commit | 64c328ebffcb5b24840b59fae0906c320df19371 (patch) | |
| tree | 0b6ccd576eba68d2c21999b6e6afd04ca1741ecb | |
| parent | cfe5dac74a3ab3d8905984549064a344582d1143 (diff) | |
Improve link underline styles
| -rw-r--r-- | static/style.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/static/style.css b/static/style.css index 1b3d067..f4776f8 100644 --- a/static/style.css +++ b/static/style.css @@ -129,16 +129,13 @@ a, a:visited { text-decoration: none; font-weight: bold; cursor: pointer; + text-underline-position: under; } -p a { +a:hover, a:focus { text-decoration: underline; } -a:hover { - text-decoration: underline !important; -} - #dark-mode-btn { border: none; background: none; |
