enhance(ux): accent background for the document

pull/10897/head
charlie 2024-01-15 17:52:14 +08:00
parent 0fcb9a8869
commit 33cf0340cf
1 changed files with 4 additions and 0 deletions

View File

@ -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%;