From e32ab4ae6bab5f14a553f8ddce6a03b55fc0e193 Mon Sep 17 00:00:00 2001 From: shy Date: Sat, 13 Jan 2024 22:52:24 +0800 Subject: [PATCH] opt island --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 42dbd502..fe2c39de 100644 --- a/index.css +++ b/index.css @@ -3,7 +3,6 @@ } @media (prefers-color-scheme: dark) { body { --plugin-bg-color:black; --plugin-fg-color:silver; } - body { background-color:var(--plugin-bg-color); color:var(--plugin-fg-color); } } body { --notice-bg-color:blue; --notice-fg-color:white; @@ -56,6 +55,7 @@ body { } input { font-family:var(--input-font-family); } body { font-family:var(--body-font-family); } +body { background-color:var(--body-bg-color); color:var(--body-fg-color); } body.windows { --code-font-family:"Courier New"; } body.mobile { --qrcode-height:284px; } body.cmd { background-color:var(--plugin-bg-color); }