Browse Source
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
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with
8 additions and
0 deletions
-
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 { |
|
|
|
|