From 8032336b136dc49e0747d55fc826ec8d6c678631 Mon Sep 17 00:00:00 2001 From: Jessica Nash Date: Sun, 20 Aug 2023 06:35:19 -0700 Subject: [PATCH] more css adjustments --- docs/source/_static/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 8a73457ca..28cb7a2d8 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -44,7 +44,7 @@ html[data-theme="dark"] p .reference.internal { } html[data-theme="dark"] a:hover { - color: #3e51e3; + color: var(--pst-color-primary); } html[data-theme="dark"] .prev-next-area a p.prev-next-title { @@ -52,7 +52,7 @@ html[data-theme="dark"] .prev-next-area a p.prev-next-title { } html[data-theme="dark"] .prev-next-area:hover a:hover p.prev-next-title:hover { - color: #3e51e3; + color: var(--pst-color-primary); } html[data-theme="dark"] dt:target {