Просмотр исходного кода

enhance(ux): accent background for the document

charlie 1 год назад
Родитель
Сommit
33cf0340cf
1 измененных файлов с 4 добавлено и 0 удалено
  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%;
   --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%;