From e55efd9827e220a4c7519c9991c37baec8614a67 Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Sun, 29 Jun 2025 20:41:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docusaurus/src/css/custom.css | 33 +++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/docs/docusaurus/src/css/custom.css b/docs/docusaurus/src/css/custom.css index b58bf6875a8..6a504981911 100644 --- a/docs/docusaurus/src/css/custom.css +++ b/docs/docusaurus/src/css/custom.css @@ -16,16 +16,21 @@ --ifm-code-font-size: 95%; --docusaurus-highlighted-code-line-bg: #004943; --ifm-tabs-color-active: #004943; + --ifm-pagination-nav-color-hover: black; } p{ font-weight: lighter; } -h3{ +h3,h2,h1{ font-weight: 400; } +strong{ + font-weight: 500; +} + @media (min-width: 996px) { .main-wrapper,.navbar{ @@ -134,26 +139,34 @@ h3{ .menu__link{ - font-weight: normal; + font-weight: 350; } .menu__link--active, .menu__link--active:hover, .navbar__link--active { color: black; } -.table-of-contents__link, .table-of-contents__link:hover, .table-of-contents__link--active, .table-of-contents__link--active:hover{ - color: black; - font-weight: normal; +.table-of-contents__link{ + color: grey; + font-weight: 400; } -.navbar__item:hover, .navbar__link:hover, .navbar__brand:hover{ +.table-of-contents__link:hover, .table-of-contents__link--active, .table-of-contents__link--active:hover{ + color: black; + font-weight: 450; +} + +.navbar__item:hover, .navbar__link:hover, .navbar__brand:hover, .navbar__title:hover{ color: #004943; - font-weight: 510; +} + +.navbar__item, .navbar__link, .navbar__brand, .navbar__title{ + font-weight: 350; } a{ - color: #004943; - font-weight: bold; + color: #004943e8; + font-weight: 500; } a:hover, .navbar__title:hover{ @@ -165,7 +178,7 @@ a:hover, .navbar__title:hover{ } .navbar__title{ - font-weight: 510; + font-weight: 490; } li > a.menu__link {