From 3ab7ab54b479e7c5673431892bbf8098d77a22a9 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Sun, 15 Mar 2020 16:49:15 +0000 Subject: [PATCH] Set text selection colours --- Website/wwwroot/css/style.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Website/wwwroot/css/style.less b/Website/wwwroot/css/style.less index d5e84d6..10d9915 100644 --- a/Website/wwwroot/css/style.less +++ b/Website/wwwroot/css/style.less @@ -24,6 +24,11 @@ body { color: #333; } +::selection{ + background: @primary; + color: white +} + body { max-width: 1280px; min-height: 100%;