Fix/donate progress bar color (#36661)

* fix/donate-progress-bar-color

* fix/colors
This commit is contained in:
Tom
2019-08-23 07:46:56 -05:00
committed by Ahmad Abdolsaheb
parent d901d34b69
commit c129715b8d

View File

@ -1,8 +1,10 @@
#supporter-progress-wrapper .progress {
height: 38px;
margin-bottom: 0px;
background-color: var(--quaternary-background);
}
#supporter-progress-wrapper .progress-bar {
padding-top: 8px;
background-color: var(--secondary-color);
}