From d23bca8c2b25ddf81a005dbdae2f122d4ddd3a6d Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Mon, 13 Feb 2023 10:06:20 +0000 Subject: [PATCH] improves color contrast of button (#16712) --- _scss/_night-mode.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_scss/_night-mode.scss b/_scss/_night-mode.scss index 624a7c1341..f68c6f229d 100755 --- a/_scss/_night-mode.scss +++ b/_scss/_night-mode.scss @@ -52,6 +52,9 @@ a { div#side-toc-title { color: $white; } + .button { + color: $white; + } a:not(.btn):not(.button) { //color: $primary-links-night; }