From d027c24f0da79baca6d779c83cf2d09e26c6a0df Mon Sep 17 00:00:00 2001 From: Andrew Levans <121060410+ALevansSamsung@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:24:19 -0500 Subject: [PATCH] theme the help dialog (#59) --- ui/src/assets/modal.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/src/assets/modal.scss b/ui/src/assets/modal.scss index ee575f05e9..6fecf5fef9 100644 --- a/ui/src/assets/modal.scss +++ b/ui/src/assets/modal.scss @@ -59,7 +59,8 @@ .modal-dialog { position: absolute; z-index: 100; - background-color: #fff; + background-color: var(--main-background-color); + color: var(--main-foreground-color); margin: auto; min-width: 25vw; min-height: 10vh; @@ -91,7 +92,6 @@ font-weight: 600; font-size: 1.25rem; line-height: 1.25; - color: #262f3c; box-sizing: border-box; } @@ -106,7 +106,6 @@ margin-top: 2rem; margin-bottom: 2rem; line-height: 1.5; - color: rgba(0, 0, 0, 0.8); .small-font { font-size: 0.9rem;