From 1dfbd3bdd4dd045dbe104e53ed48f358285f1282 Mon Sep 17 00:00:00 2001 From: Prashanth Rao <35005448+prrao87@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:09:24 -0500 Subject: [PATCH] Fix colors --- templates/_custom_css.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/_custom_css.html b/templates/_custom_css.html index c7a27f4..a49caa9 100644 --- a/templates/_custom_css.html +++ b/templates/_custom_css.html @@ -7,15 +7,15 @@ --inline-code-color: #d6612b; --text-color: #444; --text-pale-color: #545967; - --bg-color: #ffffff; + --bg-color: #fff; --highlight-mark-color: #5f75b045; - --callout-note-color: #6081c2; - --callout-important-color: #7f5db5; - --callout-warning-color: #b17b42; - --callout-alert-color: #d35757; - --callout-question-color: #40758f; - --callout-tip-color: #2c704e; + --callout-note-color: #3e70d6; + --callout-important-color: #7a46cd; + --callout-warning-color: #d3822b; + --callout-alert-color: #d43f3f; + --callout-question-color: #3089b5; + --callout-tip-color: #35a06b; } /* dark mode colors */