spell-check.atom-text-editor.less 147 B

1234567
  1. .spell-check-misspelling .region {
  2. border-bottom: 2px dotted hsla(0, 100%, 60%, 0.75);
  3. }
  4. .spell-check-corrections {
  5. width: 25em !important;
  6. }