Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
πŸ› Fixed visibility of spellcheck errors in Night Shift mode (#874)
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#9056

- decrease transparency of background color applied to spellcheck errors in night shift
  • Loading branch information
kevinansfield authored and aileen committed Sep 28, 2017
1 parent fb3dbbd commit e16725a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/app-dark.css
Expand Up @@ -329,3 +329,7 @@ input,
background: var(--lightgrey);
color: var(--darkgrey);
}

.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
background: rgba(255, 0, 0, .30);
}

0 comments on commit e16725a

Please sign in to comment.