Skip to content

Commit

Permalink
Merge pull request #16 from Netcompany-AoC-DK/chce/hover-fix
Browse files Browse the repository at this point in the history
Fix hover med media query
  • Loading branch information
chce authored Nov 20, 2023
2 parents 73ef172 + 32a6055 commit 3feb25a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ a {
cursor: pointer;
font-size: 1.1rem;
}
a:hover, a:focus {
@media (hover: hover) {
a.leaderboard-daylinks-selected:hover {
color: #99ff99;
}
}
a:not(.leaderboard-daylinks-selected):hover, a:focus {
color: #99ff99;
}
.link-like-button:hover, .link-like-button:focus {
Expand Down

0 comments on commit 3feb25a

Please sign in to comment.