From 4e36a061fddd5f2ab05fbfd43be684ac28f28c6d Mon Sep 17 00:00:00 2001 From: Adam Scott Date: Wed, 4 Dec 2024 16:05:52 -0500 Subject: [PATCH] Fix info-card dark mode colors (#974) --- _layouts/default.html | 2 +- assets/css/main.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 25b5449639..6e41a5a861 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -32,7 +32,7 @@ - + diff --git a/assets/css/main.scss b/assets/css/main.scss index 7c08edc0b2..5adff1cc50 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -77,6 +77,7 @@ --warning-color: #404040; --info-background-color: rgba(212, 237, 255, 0.9); + --info-color: #404040; --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; --header-font-family: "Montserrat", sans-serif; @@ -160,6 +161,9 @@ --warning-background-color: #444033; --warning-color: #ffeeaf; + + --info-background-color: rgba(47, 54, 58, 0.9); + --info-color: rgb(162, 216, 255); } /* Use logo with white text for dark navbar. */