diff --git a/themes/nox/public/main.css b/themes/nox/public/main.css index b0974652..47e4fedd 100644 --- a/themes/nox/public/main.css +++ b/themes/nox/public/main.css @@ -18,6 +18,10 @@ a { a:hover { color: #cccccc; } +::selection { + color: #111111; + background-color: #bbbbbb; +} nav.nav { background: {{$darkest_bg}};