1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-08 22:34:08 +02:00
This commit is contained in:
syuilo
2018-09-27 22:50:34 +09:00
parent 0c7111b438
commit 1e9eeeb980
11 changed files with 47 additions and 40 deletions

View File

@@ -209,7 +209,7 @@ root(isDark)
padding 8px
resize none
font-size 1em
color isDark ? #fff : #000
color var(--inputText)
outline none
border none
border-top solid 1px isDark ? #4b5056 : #eee