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
|
background-color: rgba(19, 71, 37, 0.685) !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.has-background-warning-light, .has-background-warning, .nonshy-navbar-notification-tag.is-warning {
|
.has-background-warning-light, .has-background-warning {
|
||||||
background-color: rgb(100, 90, 41) !important;
|
background-color: rgb(180, 162, 68) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.has-background-link-light {
|
.has-background-link-light {
|
||||||
background-color: rgba(15, 129, 204, 0.25) !important;
|
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 {
|
.has-text-dark {
|
||||||
/* note: this css file otherwise didn't override this, dark's always dark, brighten it! */
|
/* note: this css file otherwise didn't override this, dark's always dark, brighten it! */
|
||||||
color: #b5b5b5 !important;
|
color: #b5b5b5 !important;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user