mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-09 01:01:04 -04:00
11 lines
241 B
CSS
11 lines
241 B
CSS
#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);
|
|
}
|