Skip to content

Commit

Permalink
Rettet CSS til at være mere specifik
Browse files Browse the repository at this point in the history
  • Loading branch information
chce committed Nov 20, 2023
1 parent 1c66d93 commit 32a6055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ a {
font-size: 1.1rem;
}
@media (hover: hover) {
a:hover, .link-like-button:hover {
a.leaderboard-daylinks-selected:hover {
color: #99ff99;
}
}
a:focus {
a:not(.leaderboard-daylinks-selected):hover, a:focus {
color: #99ff99;
}
.link-like-button:focus {
.link-like-button:hover, .link-like-button:focus {
color: #99ff99;
}
h1, h2 {
Expand Down

0 comments on commit 32a6055

Please sign in to comment.