From 0d8915930c8c29e0b92f58a443356a1d5ebad30e Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 25 Oct 2023 19:30:29 +0200 Subject: [PATCH] fix backdrop of highlighting on website --- website/dist/templates/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/dist/templates/main.css b/website/dist/templates/main.css index 5d115f8..d848720 100644 --- a/website/dist/templates/main.css +++ b/website/dist/templates/main.css @@ -44,7 +44,7 @@ } ::selection { - background-color: var( --highlight-backdrop ); + background-color: #7c8cec; color: var( --secondary-color ); }