From 2178efb8f068730410858ec77c7f9ed14f9bce21 Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 2 Feb 2020 10:29:55 +1000 Subject: [PATCH] change text selection color for nox --- themes/nox/public/main.css | 4 ++++ 1 file changed, 4 insertions(+) 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}};