This commit is contained in:
syuilo
2018-09-26 20:28:13 +09:00
parent 904114740b
commit f5f2215b47
44 changed files with 58 additions and 54 deletions

View File

@ -260,7 +260,7 @@ root(isDark)
width 100%
text-align center
color #ccc
background isDark ? #282C37 : #fff
background var(--face)
border-top solid 1px isDark ? #1c2023 : #eaeaea
border-bottom-left-radius 6px
border-bottom-right-radius 6px