Browse Source

enhance(ux): accent background for the document

charlie 2 years ago
parent
commit
33cf0340cf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      resources/css/shui.css

+ 4 - 0
resources/css/shui.css

@@ -78,6 +78,8 @@ html[data-theme=dark] {
   --popover-foreground: 0 0 95%;
   --popover-foreground: 0 0 95%;
   --input: 0 0% 25%;
   --input: 0 0% 25%;
 
 
+  background-color: #161616;
+
   &[data-color=logseq] {
   &[data-color=logseq] {
     --background: 192 100% 11%;
     --background: 192 100% 11%;
     --foreground: 0 0% 95%;
     --foreground: 0 0% 95%;
@@ -95,6 +97,8 @@ html[data-theme=dark] {
     --popover: 192 100% 11%;
     --popover: 192 100% 11%;
     --input: 203 35% 25%;
     --input: 203 35% 25%;
 
 
+    background-color: #002b36;
+
     .ui__button {
     .ui__button {
       &.as-outline {
       &.as-outline {
         --accent: 192 100% 12%;
         --accent: 192 100% 12%;