From b6c6cd06333829055cdff48405efd36d7593488a Mon Sep 17 00:00:00 2001 From: Johanna England Date: Thu, 22 Feb 2024 15:14:22 +0100 Subject: [PATCH] Test --- doc/_static/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/_static/custom.css b/doc/_static/custom.css index 5fe1d2ba57..542a8a03f2 100644 --- a/doc/_static/custom.css +++ b/doc/_static/custom.css @@ -7,6 +7,15 @@ blockquote { background: #ecf0f1; } +/* Sidebar header (and topbar for mobile) */ +.wy-side-nav-search, .wy-nav-top { + background: #00ff00; + } + /* Sidebar */ + .wy-nav-side { + background: #ff0000; + } + img { margin-bottom: 1em; }