Increase contrast for visual elements.
This commit is contained in:
parent
a91d6c0ce6
commit
9bb0348d78
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue