fix(vesktop.css): banner icons visibility issue

the banner icons had a dark background as well as a dark icon color, changed the icon color to a brighter one, and minor description changes
This commit is contained in:
Antariksh Singh
2025-11-25 00:32:28 +05:30
committed by GitHub
parent 5a6a175558
commit a894511711
+10 -2
View File
@@ -1,6 +1,6 @@
/**
* @name midnight (matugen - noctalia)
* @description a dark, customizable discord theme with matugen!
* @name midnight-noctalia
* @description a discord theme for noctalia-shell
* @author refact0r
* @version 2.1.1
* @invite nz87hXyvcy
@@ -151,3 +151,11 @@ body {
--purple-4: {{colors.on_secondary_container.default.hex}};
--purple-5: {{colors.secondary.default.hex}};
}
.divider__908e2:not(.isUnread__908e2) {
border-color: var(--bg-2);
}
.bannerButton_de8008, .bannerColor_fb7f94 {
color: var(--text-1);
}