mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 13:46:17 +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);
|
||||
}
|
||||
|
||||
|
||||
@@ -83,9 +83,7 @@
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration-style: wavy;
|
||||
text-decoration-color: var(--grey-four);
|
||||
text-decoration: underline var(--grey-four);
|
||||
}
|
||||
|
||||
a:hover::after {
|
||||
|
||||
@@ -26,9 +26,7 @@
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration-style: wavy;
|
||||
text-decoration-color: var(--accent-color);
|
||||
text-decoration: underline var(--accent-color);
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
|
||||
@@ -79,9 +79,7 @@
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration-style: wavy;
|
||||
text-decoration-color: var(--accent-color);
|
||||
text-decoration: underline var(--accent-color);
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
|
||||
@@ -92,10 +92,8 @@
|
||||
}
|
||||
|
||||
a .patch-info:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline var(--accent-color-two);
|
||||
color: var(--accent-color-two);
|
||||
text-decoration-style: wavy;
|
||||
text-decoration-color: var(--accent-color-two);
|
||||
}
|
||||
|
||||
.info-container {
|
||||
|
||||
Reference in New Issue
Block a user