Skip to content

Commit

Permalink
Use theme colors for text selection (#16037)
Browse files Browse the repository at this point in the history
Use theme colors for text selection
  • Loading branch information
skjnldsv committed Jul 7, 2019
2 parents 5a03189 + 3cca2bb commit 65abdea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@ body {
border-radius: var(--border-radius);
}

/* SELECTION */

::selection {
background-color: var(--color-primary-element);
color: var(--color-primary-text);
}


/* CONTENT ------------------------------------------------------------------ */

#controls {
Expand Down

0 comments on commit 65abdea

Please sign in to comment.