Adding missing progressbar styling.

This commit is contained in:
softsimon 2021-01-11 17:20:52 +07:00
parent 4f1049bace
commit 579ccaf21d
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -421,6 +421,14 @@ h1, h2, h3 {
background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #116761 0%, #183550 100%); background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #116761 0%, #183550 100%);
} }
.progress-dark {
background-color: #181b2d;
}
.progress-darklight {
background-color: #24273e;
}
.mt-2-5, .my-2-5 { .mt-2-5, .my-2-5 {
margin-top: 0.75rem !important; margin-top: 0.75rem !important;
} }