This commit is contained in:
syuilo
2018-09-27 01:32:04 +09:00
parent 3cbdfcb43d
commit 0a64f638c6
10 changed files with 71 additions and 35 deletions

View File

@@ -280,7 +280,7 @@ root(isDark)
width 100%
height 48px
color isDark ? #fff : #000
background isDark ? #313543 : #f7f7f7
background var(--desktopHeaderBg)
box-shadow 0 1px 1px rgba(#000, 0.075)
> a