Remove wave line effect on hovering links #1
This commit is contained in:
parent
12942e3a8f
commit
9ba8731786
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user