From 08a11f628ea27b20262c156f2a36c42bb763c5f1 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 30 Jan 2024 17:48:18 -0600 Subject: Revert text selection bg color change (#2689) --- web/index.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'web') diff --git a/web/index.html b/web/index.html index 56ab71f88..209a7c2c7 100644 --- a/web/index.html +++ b/web/index.html @@ -71,10 +71,6 @@ } } - ::selection { - background-color: var(--backgroundLight); - } - /* Remove autofill styles on Webkit */ input:autofill, input:-webkit-autofill, -- cgit 1.4.1