diff --git a/Assets/Matugen/templates/vesktop.css b/Assets/Matugen/templates/vesktop.css index 1427d47..46cd5f9 100644 --- a/Assets/Matugen/templates/vesktop.css +++ b/Assets/Matugen/templates/vesktop.css @@ -550,6 +550,18 @@ color: {{colors.on_surface.default.hex}} !important; } +/* Number badge styling */ +.visual-refresh.theme-dark .numberBadge__2b1f5 { + color: {{colors.surface.default.hex}} !important; + background-color: {{colors.primary.default.hex}} !important; +} + +/* New badge styling */ +.visual-refresh.theme-dark .newBadge__4ed1a { + color: {{colors.surface.default.hex}} !important; + background-color: {{colors.primary.default.hex}} !important; +} +