From 9bb0348d78e1e3d13ebd749ed7096594d50289e1 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 24 Jan 2022 14:18:20 +0100 Subject: [PATCH] Increase contrast for visual elements. --- assets/css/_bootswatch.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/_bootswatch.scss b/assets/css/_bootswatch.scss index d1de6744..34194f4d 100644 --- a/assets/css/_bootswatch.scss +++ b/assets/css/_bootswatch.scss @@ -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;