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