Skip to content

Commit

Permalink
Remove unused .link CSS class
Browse files Browse the repository at this point in the history
  • Loading branch information
ashermorgan committed May 23, 2024
1 parent bce23d8 commit fad8587
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/assets/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,14 @@ input, select, button {
button {
cursor: pointer;
}
.link, .link:focus, .link:active, .link:hover {
border: none;
background: none;
}
a, .link {
a {
text-decoration: none;
}
a:focus, .link:focus {
a:focus {
text-decoration: underline;
}
@media (hover: hover) {
a:hover, .link:hover {
a:hover {
text-decoration: underline;
}
}
Expand Down Expand Up @@ -119,7 +115,7 @@ button, input, select, tr {
dialog {
border: 2px solid var(--background5);
}
a, .link {
a {
color: var(--link);
}
input:invalid:not(:focus) {
Expand Down

0 comments on commit fad8587

Please sign in to comment.