From dadbc8988db87dbfebc342cb7a8b18be87915c46 Mon Sep 17 00:00:00 2001 From: Majid Benam <71355976+MajidBenam@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:42:30 +0100 Subject: [PATCH] Update custom.css to change the title background color I wanted to make the background color of the title on the left-top box to be compatible with all the other Seshat websites. --- docs/source/_static/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index 76574a62f..feacd382a 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -1,3 +1,11 @@ .wy-nav-content { max-width: 100% !important; } + +.wy-side-nav-search input[type=text] { + border-color: #782823; +} + +.wy-side-nav-search { + background-color: #782823; +}