Tweak navbar notification color

main
Noah Petherbridge 2024-04-01 19:50:59 -07:00
parent ff69b8f771
commit a47202d756
1 changed files with 6 additions and 2 deletions

View File

@ -13,14 +13,18 @@
background-color: rgba(19, 71, 37, 0.685) !important
}
.has-background-warning-light, .has-background-warning, .nonshy-navbar-notification-tag.is-warning {
background-color: rgb(100, 90, 41) !important;
.has-background-warning-light, .has-background-warning {
background-color: rgb(180, 162, 68) !important;
}
.has-background-link-light {
background-color: rgba(15, 129, 204, 0.25) !important;
}
.nonshy-navbar-notification-tag.is-warning {
background-color: rgb(248, 223, 98) !important;
}
.has-text-dark {
/* note: this css file otherwise didn't override this, dark's always dark, brighten it! */
color: #b5b5b5 !important;