This commit is contained in:
syuilo
2018-09-27 02:46:53 +09:00
parent 49f8cfb0db
commit 1eb6ad58d5
8 changed files with 16 additions and 10 deletions

View File

@ -256,8 +256,8 @@ root(isDark)
padding 8px 16px
line-height 28px
white-space pre
color #9dbb00
background isDark ? linear-gradient(to bottom, #314027 0%, #282c37 100%) : linear-gradient(to bottom, #edfde2 0%, #fff 100%)
color var(--renoteText)
background linear-gradient(to bottom, var(--renoteGradient) 0%, var(--face) 100%)
@media (min-width 500px)
padding 16px