#6680 -- Improve contrast for form elements/checkboxes on the dark theme.

This commit is contained in:
Buster Neece 2023-10-21 21:50:12 -05:00
parent d6ae9fbb75
commit 31dca6d5e2
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ $navbar-light-brand-hover-color: $navbar-light-color;
$navbar-dark-brand-hover-color: $navbar-dark-color;
$border-color: #8E939F;
$border-color-dark: #6c757d;
$list-group-item-padding-y: 1rem;