Dark hero.is-light banner for dark theme
This commit is contained in:
parent
7ffcd6b3a8
commit
ad0eb6e17c
|
@ -30,6 +30,14 @@
|
||||||
color: rgb(26, 0, 5) !important;
|
color: rgb(26, 0, 5) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* hero.is-light.is-bold still is white on Bulma's dark theme */
|
||||||
|
.hero.is-light.is-bold {
|
||||||
|
background-image: linear-gradient(141deg, #333 0, #181818 100%);
|
||||||
|
* {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* force lit-up notification buttons (on the mobile top nav, e.g. new Messages/Friends)
|
/* force lit-up notification buttons (on the mobile top nav, e.g. new Messages/Friends)
|
||||||
to show as a bright bulma is-warning style (.tag.is-warning) */
|
to show as a bright bulma is-warning style (.tag.is-warning) */
|
||||||
.nonshy-navbar-notification {
|
.nonshy-navbar-notification {
|
||||||
|
@ -37,7 +45,6 @@
|
||||||
color: rgb(26, 0, 5) !important;
|
color: rgb(26, 0, 5) !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