From 5d4f6e4f9dd37c923a7fa35945f4cc3c16de5b27 Mon Sep 17 00:00:00 2001 From: remigathoni Date: Sat, 25 Mar 2023 03:30:32 +0300 Subject: [PATCH] Adjust sidebar font colors --- doc/_static/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/_static/style.css b/doc/_static/style.css index 3c21d7ac7c9..a097398d1e9 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -172,11 +172,9 @@ https://github.com/bokeh/bokeh/blob/branch-2.4/sphinx/source/bokeh/static/custom display: block; padding: 0.25rem 1.5rem; font-size: 90%; - color: rgba(0, 0, 0, 0.65); } .bd-sidebar .nav > li > a:hover { - color: rgba(0, 0, 0, 0.85); text-decoration: none; background-color: transparent; } @@ -184,7 +182,6 @@ https://github.com/bokeh/bokeh/blob/branch-2.4/sphinx/source/bokeh/static/custom .bd-sidebar .nav > .active > a, .bd-sidebar .nav > .active:hover > a { font-weight: 400; - color: #130654; /* adjusted from original color: rgba(0, 0, 0, 0.85); background-color: transparent; */ @@ -199,13 +196,11 @@ https://github.com/bokeh/bokeh/blob/branch-2.4/sphinx/source/bokeh/static/custom display: block; padding: 0.25rem 1.5rem; font-size: 90%; - color: rgba(0, 0, 0, 0.65); } .bd-sidebar .nav > li > ul > .active > a, .bd-sidebar .nav > li > ul > .active:hover > a { font-weight: 400; - color: #542437; } dt:target {