summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2024-07-10 12:25:54 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-07-10 12:25:54 +0300
commit64c328ebffcb5b24840b59fae0906c320df19371 (patch)
tree0b6ccd576eba68d2c21999b6e6afd04ca1741ecb
parentcfe5dac74a3ab3d8905984549064a344582d1143 (diff)
Improve link underline styles
-rw-r--r--static/style.css7
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;