From f987abf5b32daccedb9c745517dacd8884c7ec85 Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Sun, 24 Sep 2023 08:53:56 -0700 Subject: [PATCH] playing around with changing sidebar colors --- source/_static/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_static/custom.css b/source/_static/custom.css index 807bb6d..4e84adb 100644 --- a/source/_static/custom.css +++ b/source/_static/custom.css @@ -22,3 +22,11 @@ font-style: italic; margin-bottom: 10px; } + +.wy-nav-side { + background-color: #0fbbbb; +} + +.wy-menu-vertical { + color: #0fbbbb; +} \ No newline at end of file