Skip to content

Commit

Permalink
Made dark theme hover background less light
Browse files Browse the repository at this point in the history
  • Loading branch information
usserwoutV2 committed May 22, 2024
1 parent 91702c1 commit 1c0011b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ html {
}

.dark-theme .list-item-hover:hover {
background-color: rgba(255 255 255 / 10%);
background-color: rgba(255 255 255 / 5%);
}

.light-theme .list-item-hover:hover {
Expand Down

0 comments on commit 1c0011b

Please sign in to comment.