From 96ab3ecd468c5dce3ebbeee78f13a301a1b74fc8 Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Thu, 25 Jan 2024 23:55:07 +0000 Subject: [PATCH] [docs] css fix --- docs/stylesheets/extra.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 014f81b5..8a1a5f51 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -293,17 +293,17 @@ table.dualTable td, table.dualTable th { right: 0; } - -.md-typeset :is(.admonition, details) { - background-color: #1b1b1b; -} - /* Custom tooltips */ .md-tooltip { background-color: var(--md-primary-fg-color); border-radius: 6px; } +[data-md-color-scheme="slate"] .md-typeset .admonition.builder, +.md-typeset details.quicklink { + background-color: #1b1b1b; +} + .md-typeset .admonition.builder, .md-typeset details.builder { border: 1px solid var(--pg-light-border);