change text selection color for nox
This commit is contained in:
parent
2e8c6e6fb6
commit
2178efb8f0
|
@ -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}};
|
||||||
|
|
Loading…
Reference in New Issue