improve title-bar dark mode

This commit is contained in:
xmcp
2019-08-23 13:51:58 +08:00
parent 9af3ac30f8
commit 9a11917053
5 changed files with 24 additions and 35 deletions

View File

@@ -1,7 +1,6 @@
:root {
--box-bgcolor-light: hsl(0,0%,97%);
--box-bgcolor-dark: hsl(0,0%,20%);
--foreground-dark: hsl(0,0%,93%)
}
.box {
@@ -16,6 +15,7 @@
.root-dark-mode .box {
background-color: var(--box-bgcolor-dark);
color: var(--foreground-dark);
box-shadow: 0 0 10px rgba(255,255,255,.1);
}
.root-dark-mode .sidebar .box {
@@ -228,6 +228,11 @@
filter: brightness(95%);
}
.root-dark-mode .flow-item-row-quote {
opacity: .7;
filter: unset;
}
.flow-item-quote>.box {
margin-left: 2.5em;
max-height: 15em;