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
5 changed files with 5 additions and 15 deletions

View File

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

View File

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

View File

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

View File

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

View File

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