From 69ea1a7f3af30437357d6cc87988306deb878a4d Mon Sep 17 00:00:00 2001 From: Ruslan <88287692+JeikZim@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:49:10 +0300 Subject: [PATCH] fix: custom.css for new mobile mini-toc (#54) --- _assets/style/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_assets/style/custom.css b/_assets/style/custom.css index 578e03c..245bda3 100644 --- a/_assets/style/custom.css +++ b/_assets/style/custom.css @@ -185,3 +185,7 @@ a.dc-breadcrumbs__text.dc-breadcrumbs__text_link:hover { font-size: var(--g-text-body-1-font-size); font-weight: var(--g-text-body-font-weight); } + +.dc-sidebar .dc-toc-item__text { + font-size: var(--g-text-body-2-font-size); +}