From f1aff1c935e7b98e712b7d772a334afd08d42148 Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:40:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/stylesheets/extra.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index b883538..e31c3f9 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -15,6 +15,8 @@ [data-md-color-scheme='slate'] { --md-default-bg-color: rgb(18, 18, 18); --md-code-bg-color: hsla(var(--md-hue), 5%, 12%, 1); + --md-code-bg-color--lighter: hsla(var(--md-hue), 5%, 12%, 1); + --md-code-bg-color--light: hsla(var(--md-hue), 5%, 12%, 1); --md-footer-bg-color--dark: hsla(var(--md-hue), 5%, 12%, 1); --navbar-background: hsla(var(--md-hue), 5%, 19%, 0.33); --hero-background-image: linear-gradient(90deg, rgb(88 88 88) 50%, rgb(88 88 88) 50%);