feat: remove wavy text decoration (#121)

This commit is contained in:
oSumAtrIX 2023-06-21 03:21:06 +02:00 committed by GitHub
parent 75df0b77bf
commit f0e1eb42f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 15 deletions

View File

@ -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);
} }

View File

@ -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 {

View File

@ -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);
} }

View File

@ -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);
} }

View File

@ -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 {