Fix dark dimmer

This commit is contained in:
grandeljay 2022-10-12 16:48:19 +02:00
parent 9a80cc5eb4
commit 36246c2645

View file

@ -76,6 +76,14 @@
box-shadow: 0 1px 3px 0 #555, 0 0 0 1px #555;
}
/** Loading */
.ui.loading.card {
color: #fff;
}
.ui.loading.card::before {
background-color: rgba(0, 0, 0, .85);
}
/** Content */
.ui.card > .content,
.ui.cards > .card > .content {