mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-28 21:31:04 +00:00
feat: remove wavy text decoration (#121)
This commit is contained in:
@@ -155,9 +155,7 @@
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration-style: wavy;
|
||||
text-decoration-color: var(--accent-color-two);
|
||||
text-decoration: underline var(--accent-color-two);
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user