From 7e01d2083d3e26d5239a332cf12e520468a39565 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 4 Mar 2024 19:53:45 +0200 Subject: proper selection colors --- src/App.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/App.scss') diff --git a/src/App.scss b/src/App.scss index 97d3f516..484039d2 100644 --- a/src/App.scss +++ b/src/App.scss @@ -887,3 +887,8 @@ option { padding: 0; position: absolute; } + +*::selection { + color: var(--selectionText); + background-color: var(--selectionBackground); +} -- cgit v1.2.3-70-g09d2