From 815c08e6d43a5fafdd400a51ef2bb8559aed26eb Mon Sep 17 00:00:00 2001 From: Dimitrij Date: Wed, 5 Oct 2022 21:31:30 +0100 Subject: [PATCH] fix colors of sidebar --- mRemoteNGDocumentation/_static/css/custom.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mRemoteNGDocumentation/_static/css/custom.css b/mRemoteNGDocumentation/_static/css/custom.css index e924b98b..8604e5f8 100644 --- a/mRemoteNGDocumentation/_static/css/custom.css +++ b/mRemoteNGDocumentation/_static/css/custom.css @@ -1,8 +1,9 @@ body { - --themecolor: #4F8AFF; + --themecolor: #307EB3; --linkcolor: #343131; --menulinkcolor: #82ADFF; + --sidebarcolor: #458BBB; color: var(--themecolor); } @@ -14,7 +15,9 @@ body { .wy-side-nav-search { background-color: var(--themecolor); } - +.wy-menu wy-menu-vertical { + background-color: var(--sidebarcolor); +} .wy-nav-top { background-color: var(--themecolor); } @@ -33,6 +36,7 @@ a:link { li a { color: var(--menulinkcolor); + text-decoration: none; } a:visited {