fix some buttons, focus shadow

This commit is contained in:
Michael Shamoon
2022-03-08 15:22:17 -08:00
parent 6211846e14
commit 541ab12e3a
6 changed files with 26 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ $border-color-dark-mode: #47494f;
.navbar-brand {
color: var(--bs-body-color);
}
.border {
border-color: var(--bs-border-color) !important;
}
@@ -53,7 +53,7 @@ $border-color-dark-mode: #47494f;
border-bottom: 1px solid var(--bs-border-color) !important;
}
.text-dark {
.text-dark, .text-light {
color: var(--bs-body-color) !important;
}