Improve progress bar dark theme

This commit is contained in:
grandeljay 2022-08-22 15:51:59 +02:00
parent ccba0b407b
commit 10c749607c

View file

@ -463,4 +463,12 @@
.blurring.dimmable > .inverted.dimmer {
background: rgba(0, 0, 0, 0.6);
}
/** Progress */
.ui.progress {
background-color: rgba(255, 255, 255, 0.08);
}
.ui.progress > .label {
color: #fff;
}
}