update style

This commit is contained in:
xmcp
2019-09-07 11:22:34 +08:00
parent 6f2a905a68
commit abf78da5af
5 changed files with 11 additions and 12 deletions

View File

@@ -15,7 +15,7 @@
.root-dark-mode .box {
background-color: var(--box-bgcolor-dark);
color: var(--foreground-dark);
box-shadow: 0 0 5px rgba(255,255,255,.15);
box-shadow: 0 0 3px rgba(255,255,255,.2);
}
.root-dark-mode .sidebar .box {
@@ -145,7 +145,7 @@
}
.box-header, .box-footer {
font-size: small;
font-size: .8em;
}
.flow-item-row p.img {
@@ -161,7 +161,7 @@
}
.root-dark-mode .flow-item-row p.img img {
filter: brightness(.8);
filter: brightness(.85);
}
.box-header-badge {