Skip to content

Commit

Permalink
Fix dark theme contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
Sominemo authored Jan 4, 2025
1 parent 2aaae33 commit 3d076cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/styles/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
main .collection>.card>.item {
border-bottom: solid 1px #424242;
}
main .collection>.card>.item>.content>.data.premium {
color: #c7abdf;
}
.searchbox {
background: rgba(255, 255, 255, .15);
}
Expand Down

0 comments on commit 3d076cc

Please sign in to comment.