fix: progress bar color in dark mode
continuous-integration/drone/push Build is passing Details

Resolves #2194
This commit is contained in:
kolaente 2022-08-02 13:02:19 +02:00
parent 0e09f9fded
commit 8b3072672a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 1 additions and 5 deletions

View File

@ -245,6 +245,7 @@
--border: var(--grey-200);
--input-disabled-background-color: var(--grey-100);
--input-disabled-border-color: var(--grey-300);
--progress-value-background-color: var(--grey-500);
// END Overrides of Bulma defaults

View File

@ -52,11 +52,6 @@ h6 {
margin: 0 0.5rem 0 0;
flex: 3 1 auto;
&::-moz-progress-bar,
&::-webkit-progress-value {
background: var(--grey-500);
}
@media screen and (max-width: $tablet) {
margin: 0.5rem 0 0 0;
order: 1;