1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

matugen/vesktop/vencord/equibop: more contrast fixes

This commit is contained in:
bbedward
2026-07-19 19:22:57 -04:00
parent 3d9374d2b2
commit 8577c6b815
+3 -1
View File
@@ -296,7 +296,9 @@
.theme-dark div[class*="divider"] [class*="endCap"],
.theme-light div[class*="divider"] [class*="endCap"],
.theme-dark span[class*="botTag"],
.theme-light span[class*="botTag"] {
.theme-light span[class*="botTag"],
.theme-dark div[class*="newMessagesBar"],
.theme-light div[class*="newMessagesBar"] {
--white: {{colors.on_primary.default.hex}} !important;
--white-500: {{colors.on_primary.default.hex}} !important;
}