4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-17 22:47:04 +00:00

Fixes #6680 -- Update border color on light theme to have contrast ratio over 3:1.

This commit is contained in:
Buster Neece 2023-10-21 00:23:23 -05:00
parent 9c3c4e690c
commit 76fddecc95
No known key found for this signature in database

View File

@ -22,6 +22,8 @@ $navbar-dark-color: #FFF;
$navbar-light-brand-hover-color: $navbar-light-color;
$navbar-dark-brand-hover-color: $navbar-dark-color;
$border-color: #8E939F;
$list-group-item-padding-y: 1rem;
$dropdown-item-padding-y: .75rem;