Fix wish fulfilled overlay dark mode #48

This commit is contained in:
grandeljay 2022-11-15 14:05:14 +01:00
parent b9b7607e8b
commit afc273fb5a

View file

@ -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
*/