Increase contrast for visual elements.

This commit is contained in:
Alex Tselegidis 2022-01-24 14:18:20 +01:00
parent a91d6c0ce6
commit 9bb0348d78

View file

@ -62,8 +62,8 @@
.btn-outline-secondary { .btn-outline-secondary {
background: none; background: none;
border-color: $gray-600; border-color: #777;
color: $gray-600; color: #777;
&:not([disabled]):not(.disabled):hover, &:not([disabled]):not(.disabled):hover,
&:not([disabled]):not(.disabled):focus, &:not([disabled]):not(.disabled):focus,
@ -124,7 +124,7 @@ th {
.dropdown-menu { .dropdown-menu {
font-size: $font-size-sm; font-size: $font-size-sm;
text-transform: uppercase; text-transform: uppercase;
border: 1px solid rgb(0 0 0 / 40%); border: 1px solid rgb(0 0 0 / 30%);
.dropdown-item { .dropdown-item {
padding: 1rem; padding: 1rem;