DarkMode user page bottom nav

This commit is contained in:
Hiramiya 2018-08-27 15:46:27 +01:00 committed by GitHub
parent 530ee6f80e
commit 09b05c8552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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