This commit is contained in:
syuilo
2018-09-28 01:05:09 +09:00
parent f4bf824e79
commit d1dce76e28
5 changed files with 23 additions and 26 deletions

View File

@ -226,8 +226,8 @@ root(isDark)
.announcements
> article
background isDark ? rgba(30, 129, 216, 0.2) : rgba(155, 196, 232, 0.2)
color isDark ? #fff : #3f4967
background var(--mobileAnnouncement)
color var(--mobileAnnouncementFg)
padding 16px
margin 8px 0
font-size 12px