From 33cf0340cf27d7bf8c6cc2722e034c2f7c812fa9 Mon Sep 17 00:00:00 2001 From: charlie Date: Mon, 15 Jan 2024 17:52:14 +0800 Subject: [PATCH] enhance(ux): accent background for the document --- resources/css/shui.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/css/shui.css b/resources/css/shui.css index 7bd7965c8..644f4aaa5 100644 --- a/resources/css/shui.css +++ b/resources/css/shui.css @@ -78,6 +78,8 @@ html[data-theme=dark] { --popover-foreground: 0 0 95%; --input: 0 0% 25%; + background-color: #161616; + &[data-color=logseq] { --background: 192 100% 11%; --foreground: 0 0% 95%; @@ -95,6 +97,8 @@ html[data-theme=dark] { --popover: 192 100% 11%; --input: 203 35% 25%; + background-color: #002b36; + .ui__button { &.as-outline { --accent: 192 100% 12%;