1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 14:24:08 +02:00
This commit is contained in:
syuilo
2018-04-21 10:10:04 +09:00
parent dd509333a3
commit 4bf85a0e6b
3 changed files with 21 additions and 6 deletions

View File

@@ -392,7 +392,7 @@ root(isDark)
cursor pointer
> .mk-poll-editor
background lighten($theme-color, 98%)
background isDark ? #181b23 : lighten($theme-color, 98%)
border solid 1px rgba($theme-color, 0.1)
border-top none
border-radius 0 0 4px 4px