Fixed post content input color issue on dark mode

Fixes #718
This commit is contained in:
Sodbileg Gansukh 2020-10-08 11:36:41 +08:00
parent 0052c2ddc3
commit 38481aac9a
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3045,6 +3045,10 @@ Usage (In Ghost editor):
box-shadow: 0 0 1px rgba(255,255,255,0.9);
}
.post-full-content input {
color: color-mod(var(--midgrey) l(-30%));
}
.kg-bookmark-title {
color: #fff;
}