Use theme colors for text selection
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
1542f46437
commit
3cca2bbcf1
1 changed files with 8 additions and 0 deletions
|
@ -159,6 +159,14 @@ body {
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* SELECTION */
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background-color: var(--color-primary-element);
|
||||||
|
color: var(--color-primary-text);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* CONTENT ------------------------------------------------------------------ */
|
/* CONTENT ------------------------------------------------------------------ */
|
||||||
|
|
||||||
#controls {
|
#controls {
|
||||||
|
|
Loading…
Reference in a new issue