Nicer slim sidebar transitioning, dark mode fixes, fix tests by making settings taller

This commit is contained in:
Michael Shamoon
2022-09-13 11:47:19 -07:00
parent aa55162e2e
commit e0f93c26d6
6 changed files with 34 additions and 10 deletions

View File

@@ -79,6 +79,15 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
}
}
.btn-dark {
--bs-btn-color: $text-color-dark-bg;
--bs-btn-bg: var(--pngx-bg-alt);
--bs-btn-border-color: var(--pngx-bg-alt);
--bs-btn-hover-bg: var(--bs-light);
--bs-btn-hover-border-color: var(--pngx-bg-darker);
--bs-btn-active-bg: var(--pngx-bg-alt);
}
.btn-outline-primary {
&:hover, &:focus, &.active, &:active {
color: var(--bs-light) !important;