From 452d316abf34a4e653a600f82233bb5f020e2480 Mon Sep 17 00:00:00 2001 From: nous Date: Thu, 14 Feb 2019 19:10:33 +0100 Subject: [PATCH] Tone down selected text colour --- theme-arc-blue.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index bc688be..63d61f3 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -1019,3 +1019,9 @@ font-size: 1em; background-color: #0c112d; } + ::selection { + background: #777; /* WebKit/Blink Browsers*/ + } + ::-moz-selection { + background: #777; /* Gecko Browsers */ + }