From d01e87dc681c116bf58d99efe0d0dc0673784e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=A4=952077?= <274166795@qq.com> Date: Tue, 24 Jun 2025 07:17:33 +0000 Subject: [PATCH] add script --- assets/css/custom.css | 11 ++--------- layouts/partials/custom/head-end.html | 6 ++++++ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index f02312a..f495648 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -184,13 +184,6 @@ body:is(html[class~="dark"] *) { } strong:is(html[class~="dark"] *) { - background: #f90; - color: #000000; - padding: 5px; - border-radius: 5px; + color: #f90; + padding: 3px; } - -strong:focus:is(html[class~="dark"] *) { - background: #ffffff; - color: #000000; -} \ No newline at end of file diff --git a/layouts/partials/custom/head-end.html b/layouts/partials/custom/head-end.html index 2d530b1..1411825 100644 --- a/layouts/partials/custom/head-end.html +++ b/layouts/partials/custom/head-end.html @@ -1,4 +1,10 @@