Improve dimmer style

This commit is contained in:
grandeljay 2022-06-15 22:02:40 +02:00
parent 0624191142
commit 9208227d8e

View file

@ -21,6 +21,9 @@
.ui.header {
color: rgba(255, 255, 255, 0.87);
}
.ui.header .sub.header {
color: rgba(255, 255, 255, 0.6);
}
/** Menu */
.ui.menu,
@ -446,4 +449,9 @@
rgba(255, 255, 255, 0.08) 30%
);
}
/** Dimmer */
.blurring.dimmable > .inverted.dimmer {
background: rgba(0, 0, 0, 0.6);
}
}