From 378e8e6cec975d66356f319f8eb870debcfb617a Mon Sep 17 00:00:00 2001 From: Hyperzlib Date: Thu, 9 Jan 2025 19:04:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B7=B1=E8=89=B2=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/ext.isekai.less | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/modules/ext.isekai.less b/modules/ext.isekai.less index 1c8efce..34776e5 100644 --- a/modules/ext.isekai.less +++ b/modules/ext.isekai.less @@ -151,6 +151,11 @@ html.content-loaded body.skin-timeless { } } +.skin-citizen .black-space { + background-color: var(--color-base); + color: var(--color-surface-0); +} + #toc > ul { overflow-y: auto; max-height: 50vh; @@ -226,6 +231,20 @@ html.content-loaded body.skin-timeless { } } +.skin-citizen .breadcrumb { + background-color: var(--color-surface-2); + + > li.active { + color: var(--color-subtle); + } + + .breadcrumb-divider, + > li.root:before { + color: var(--color-subtle); + } +} + + @media print { #toc, #contentSub .breadcrumb, @@ -284,4 +303,4 @@ html.content-loaded body.skin-timeless { .logged-in #p-logo-text { display: none; } -} \ No newline at end of file +}