Base: change selection color
This commit is contained in:
parent
eec78dfbfe
commit
6d1a2d151e
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ body {
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*::selection {
|
||||||
|
color: white;
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
/*/
|
/*/
|
||||||
:root {
|
:root {
|
||||||
--accent: #2337ff;
|
--accent: #2337ff;
|
||||||
|
|
Loading…
Reference in a new issue