Fix editor placeholder color

This commit is contained in:
kolaente 2021-02-07 21:51:48 +01:00
parent 5fb003ed4c
commit 53ea3c0eaf
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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