feat: Re-add text decoration for accessibility
This commit is contained in:
parent
9d521b0129
commit
78a6440f63
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user