Fix/donate progress bar color (#36661)
* fix/donate-progress-bar-color * fix/colors
This commit is contained in:
@ -1,8 +1,10 @@
|
|||||||
#supporter-progress-wrapper .progress {
|
#supporter-progress-wrapper .progress {
|
||||||
height: 38px;
|
height: 38px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
background-color: var(--quaternary-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
#supporter-progress-wrapper .progress-bar {
|
#supporter-progress-wrapper .progress-bar {
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
|
background-color: var(--secondary-color);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user