Tweak navbar notification color
This commit is contained in:
parent
ff69b8f771
commit
a47202d756
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user