mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
feat: remove wavy text decoration (#121)
This commit is contained in:
parent
75df0b77bf
commit
f0e1eb42f0
@ -155,9 +155,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline var(--accent-color-two);
|
||||||
text-decoration-style: wavy;
|
|
||||||
text-decoration-color: var(--accent-color-two);
|
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -83,9 +83,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline var(--grey-four);
|
||||||
text-decoration-style: wavy;
|
|
||||||
text-decoration-color: var(--grey-four);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover::after {
|
a:hover::after {
|
||||||
|
@ -26,9 +26,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline var(--accent-color);
|
||||||
text-decoration-style: wavy;
|
|
||||||
text-decoration-color: var(--accent-color);
|
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,9 +79,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline var(--accent-color);
|
||||||
text-decoration-style: wavy;
|
|
||||||
text-decoration-color: var(--accent-color);
|
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -92,10 +92,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
a .patch-info:hover {
|
a .patch-info:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline var(--accent-color-two);
|
||||||
color: var(--accent-color-two);
|
color: var(--accent-color-two);
|
||||||
text-decoration-style: wavy;
|
|
||||||
text-decoration-color: var(--accent-color-two);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-container {
|
.info-container {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user