change text selection color for nox

This commit is contained in:
Azareal 2020-02-02 10:29:55 +10:00
parent 2e8c6e6fb6
commit 2178efb8f0
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ a {
a:hover { a:hover {
color: #cccccc; color: #cccccc;
} }
::selection {
color: #111111;
background-color: #bbbbbb;
}
nav.nav { nav.nav {
background: {{$darkest_bg}}; background: {{$darkest_bg}};