From b13ae0dedf87ca0f4d4de25c5607ca2390eec8b9 Mon Sep 17 00:00:00 2001 From: Voomra Date: Wed, 22 May 2024 00:23:30 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D1=86=D0=B2=D0=B5=D1=82=20=D0=B0=D0=BA?= =?UTF-8?q?=D1=82=D0=B8=D0=B2=D0=BD=D1=8B=D1=85=20=D1=8D=D0=BB=D0=B5=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D0=BE=D0=B2=20=D0=B1=D0=BE=D0=BA=D0=BE=D0=B2?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D0=BC=D0=B5=D0=BD=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_static/style.css b/source/_static/style.css index d7102b9..ec77640 100644 --- a/source/_static/style.css +++ b/source/_static/style.css @@ -10,3 +10,7 @@ .wy-nav-content { box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.6); } + +.wy-menu-vertical a:active { + background-color: #3d4059; +}