summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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;