From f4b42a868e5eeec4c1d3163308345431b72fea0a Mon Sep 17 00:00:00 2001 From: Voomra Date: Wed, 22 May 2024 15:58:01 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D1=86=D0=B2=D0=B5=D1=82=20=D0=BD=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D0=B3=D0=B0=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0=BE?= =?UTF-8?q?=D0=B9=20=D0=BF=D0=B0=D0=BD=D0=B5=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_static/style.css b/source/_static/style.css index ec77640..78cd855 100644 --- a/source/_static/style.css +++ b/source/_static/style.css @@ -3,9 +3,11 @@ background: rgb(52,49,49); background: linear-gradient(0deg, rgba(52,49,49,1) 0%, rgba(61,64,89,1) 100%); } + .wy-body-for-nav { background: #343131; } + .wy-nav-side, .wy-nav-content { box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.6); @@ -14,3 +16,7 @@ .wy-menu-vertical a:active { background-color: #3d4059; } + +.wy-nav-top { + background: #3d4059; +}