From beb8397d41c67b4df03d4de103254624f962cc23 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:50:20 -0700 Subject: [PATCH] update colors for more contrast --- docs/_static/theme_overrides.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index 049162b..5365e2f 100644 --- a/docs/_static/theme_overrides.css +++ b/docs/_static/theme_overrides.css @@ -25,11 +25,11 @@ } html[data-theme="light"] { - --pst-color-primary: #012169; - --pst-color-secondary: #1A658F; + --pst-color-primary: #1A658F; + --pst-color-secondary: #A8C700; } html[data-theme="dark"] { - --pst-color-primary: #53565A; - --pst-color-secondary: #1A658F; + --pst-color-primary: #1A658F; + --pst-color-secondary: #A8C700; }