diff --git a/quickshell/matugen/templates/vesktop.css b/quickshell/matugen/templates/vesktop.css index e910d1c22..08ce527c7 100644 --- a/quickshell/matugen/templates/vesktop.css +++ b/quickshell/matugen/templates/vesktop.css @@ -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; }