Use theme colors for text selection

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-06-21 16:37:34 +02:00 committed by Roeland Jago Douma
parent 1542f46437
commit 3cca2bbcf1
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

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