DarkMode user page bottom nav

This commit is contained in:
Hiramiya 2018-08-27 15:46:27 +01:00 committed by GitHub
parent 7decc5d584
commit 777becca30

View File

@ -138,7 +138,7 @@ root(isDark)
padding 16px
font-size 12px
color #aaa
background #fff
background isDark ? #21242f : #fff
border solid 1px rgba(#000, 0.075)
border-radius 6px