From 9a34f1233050da1952e41db34ca906f83c1da244 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 28 Mar 2025 12:53:16 +0200 Subject: [PATCH] update --- docs/_assets/user.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/_assets/user.css b/docs/_assets/user.css index b4f4de89..464fd620 100644 --- a/docs/_assets/user.css +++ b/docs/_assets/user.css @@ -4,6 +4,19 @@ --md-primary-fg-color--dark: #1c1d20; } +a { + color: var(--md-typeset-a-color); +} +a:hover { + text-decoration: underline; +} +a.md-source { + color: white; +} +a.md-source:hover { + text-decoration: none; +} + /*.md-header__button.md-logo img { width: unset; }*/ @@ -19,6 +32,16 @@ li.md-nav__item--section > label.md-nav__link { .md-nav__title { display: none; } + +.md-nav__link--active { + font-weight: bold; + color: #e82062 !important; +} +.md-nav__link--active:before { + content: "\21D2"; + margin-right: 6px; +} + .md-post__back > .md-nav__title { /* Blog: Enable "Back to index" */ display: block; }