Use theme colors for text selection

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/16037/head
Jan-Christoph Borchardt 7 years ago committed by Roeland Jago Douma
parent 1542f46437
commit 3cca2bbcf1
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 8
      core/css/styles.scss

@ -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 {

Loading…
Cancel
Save