1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 06:06:16 +02:00

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

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