Fix dark mode delay button progress bar not visible

This commit is contained in:
Michael Shamoon 2022-04-19 19:25:24 -07:00
parent b63f87a5b5
commit 23b2fbef45

View File

@ -96,6 +96,10 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
color: var(--bs-body-color);
}
.btn .progress {
background-color: var(--pngx-body-color-accent);
}
.search-form-container {
input, input:focus {
color: var(--bs-body-color) !important;