This commit is contained in:
isUnknown 2024-04-10 15:49:42 +02:00
parent cf7cfe0f44
commit 428a8a75a3
3 changed files with 9 additions and 5 deletions

View file

@ -127,8 +127,12 @@ a * {
transition: font 0.2s ease-in-out;
}
a.no-line:hover * {
font-weight: 250;
a.no-line.text__title:hover * {
text-decoration: underline;
text-decoration-color: inherit;
text-decoration-line: underline;
text-underline-offset: 0.2rem;
text-decoration-thickness: 0.5px;
}
a:not(.no-line):hover {
text-decoration: none;