Update basics.scss Fixes #484
This commit is contained in:
parent
81c22aebab
commit
7f316e5335
|
@ -155,7 +155,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: var(--highlight-text-color);
|
background-color: var(--highlight-text-color);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue