Fix wish fulfilled overlay dark mode #48
This commit is contained in:
parent
b9b7607e8b
commit
afc273fb5a
1 changed files with 9 additions and 0 deletions
|
@ -107,6 +107,10 @@
|
|||
color: rgba(255, 255, 255, .7);
|
||||
}
|
||||
|
||||
.ui.header .sub.header {
|
||||
color: rgba(255, 255, 255, .6);
|
||||
}
|
||||
|
||||
/** Description */
|
||||
.ui.card > .content > .description,
|
||||
.ui.cards > .card > .content > .description {
|
||||
|
@ -118,6 +122,11 @@
|
|||
background-color: #111 !important;
|
||||
}
|
||||
|
||||
/** Dimmer */
|
||||
.blurring.dimmable > .inverted.dimmer {
|
||||
background-color: rgba(0, 0, 0, .6);
|
||||
}
|
||||
|
||||
/**
|
||||
* Checkbox
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue