From ce7cdb5f689e819b51cb7e78bef8d24e2b60c2ba Mon Sep 17 00:00:00 2001 From: Yozora Date: Wed, 22 Jan 2025 18:44:11 +0000 Subject: [PATCH] [Docs] Increase visibility of navigation --- docs/stylesheets/extra.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 8ef7408b3..038919350 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -437,3 +437,24 @@ details[class="quicklink annotate"] > p .md-annotation span span::before { height: auto; max-width: 75%; } + +.md-tabs__item { + font-weight: normal; +} + +.md-tabs__item--active { + font-weight: bold; + text-decoration: underline; +} + +.md-tabs__item a { + color: #000; /* Default color for text */ +} + +.md-tabs__item a:hover { + color: #dfdfdf; /* Slightly darker color on hover */ +} + +.md-tabs__item:not(.md-tabs__item--active) a { + color: #ffffff; +} \ No newline at end of file