Make the progress bar color lighter
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-08-12 20:07:41 +02:00
parent fde931eaf4
commit bdf7af010c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ h6 {
.progress {
border-radius: $radius-large;
&::-moz-progress-bar, &::-webkit-progress-value {
background: $grey-500;
}
}
.has-no-border {