update dark mode style and api ver signature

This commit is contained in:
xmcp
2019-08-25 11:07:02 +08:00
parent 9a11917053
commit 3bfa5bf2ca
5 changed files with 11 additions and 9 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 10px rgba(255,255,255,.1);
box-shadow: 0 0 5px rgba(255,255,255,.15);
}
.root-dark-mode .sidebar .box {