This commit is contained in:
syuilo
2018-09-22 20:39:12 +09:00
parent 93e5e4afc0
commit 3e5330a92b
17 changed files with 72 additions and 18 deletions

View File

@@ -355,7 +355,7 @@ root(isDark)
.block
color isDark ? #fff : #444
background isDark ? #282C37 : #fff
box-shadow 0 3px 8px rgba(0, 0, 0, 0.2)
box-shadow var(--shadow)
//border-radius 8px
overflow auto