1
0

Fix editor placeholder color

This commit is contained in:
kolaente
2021-02-07 21:51:48 +01:00
parent 5fb003ed4c
commit 53ea3c0eaf

View File

@ -468,7 +468,7 @@ export default {
} }
&-placeholder { &-placeholder {
color: $grey-400; color: $grey-400 !important;
font-style: italic; font-style: italic;
} }
} }