Use theme colors for text selection (#16037)
Use theme colors for text selection
This commit is contained in:
commit
65abdea330
|
@ -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…
Reference in New Issue