change text selection color for nox
This commit is contained in:
parent
2e8c6e6fb6
commit
2178efb8f0
|
@ -18,6 +18,10 @@ a {
|
|||
a:hover {
|
||||
color: #cccccc;
|
||||
}
|
||||
::selection {
|
||||
color: #111111;
|
||||
background-color: #bbbbbb;
|
||||
}
|
||||
|
||||
nav.nav {
|
||||
background: {{$darkest_bg}};
|
||||
|
|
Loading…
Reference in New Issue