From 2a497b3c55887a101b1ff3156c4d68aa72c6dee0 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Wed, 27 Dec 2023 15:43:43 -0700 Subject: [PATCH] Fix: styles fix --- _static/pyos.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_static/pyos.css b/_static/pyos.css index 020cc16d..5ae6506b 100644 --- a/_static/pyos.css +++ b/_static/pyos.css @@ -17,6 +17,13 @@ } + +/* anything related to the dark theme */ +html[data-theme="dark"] { + --pst-color-info-bg: #400f59!important; +} + + html, body { font-size: 1.0rem; }