mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user