Use theme colors for text selection (#16037)

Use theme colors for text selection
This commit is contained in:
John Molakvoæ 2019-07-07 20:02:30 +02:00 committed by GitHub
commit 65abdea330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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 {