Skip to content

Instantly share code, notes, and snippets.

@lee-dohm
Created January 7, 2017 03:09
Show Gist options
  • Save lee-dohm/debccc046b19548ae300a9a88592671e to your computer and use it in GitHub Desktop.
Save lee-dohm/debccc046b19548ae300a9a88592671e to your computer and use it in GitHub Desktop.
Atom Style Tweak - Add background shading behind spelling errors
atom-text-editor::shadow .misspelling {
background-color: @background-color-error;
opacity: 0.4;
border-radius: 6px;
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment