feat: Re-add text decoration for accessibility

This commit is contained in:
moanos [he/him] 2024-12-17 23:01:47 +01:00
parent 9d521b0129
commit 78a6440f63

View File

@ -42,7 +42,6 @@ table {
}
a {
text-decoration: none;
color: inherit;
}
@ -201,6 +200,10 @@ select, .button {
display: block;
}
a.btn, a.btn2, a.nav-link {
text-decoration: none;
}
.btn2 {
background-color: var(--secondary-light-one);
color: var(--primary-dark-one);