Remove wave line effect on hovering links #1

This commit is contained in:
david-swift 2025-02-25 17:14:47 +01:00
parent 12942e3a8f
commit 9ba8731786

View File

@ -107,7 +107,6 @@ q {
u {
text-decoration: underline;
text-decoration-style: wavy;
text-decoration-color: var(--red-fg);
text-decoration-thickness: max(1px, 0.0625em);
}
@ -169,10 +168,6 @@ a {
color: var(--accent-color);
font-weight: bold;
text-decoration-thickness: max(1px, 0.0625em);
&:hover {
text-decoration-style: wavy;
}
}
hr {