Skip to content

Commit 3d076cc

Browse files
authored
Fix dark theme contrast
1 parent 2aaae33 commit 3d076cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/styles/dark.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
main .collection>.card>.item {
1616
border-bottom: solid 1px #424242;
1717
}
18+
main .collection>.card>.item>.content>.data.premium {
19+
color: #c7abdf;
20+
}
1821
.searchbox {
1922
background: rgba(255, 255, 255, .15);
2023
}

0 commit comments

Comments
 (0)