From 8b4f245f7339550193d5f5822b4a2f97d455fae3 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 23 Nov 2021 18:54:04 +0300 Subject: -moz-selection is handled by Autoprefixer --- src/main/assets/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 978a0d6a..957d7bd0 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -114,11 +114,6 @@ pre::selection { color: #1e2028; } -pre::-moz-selection { - background: #41b645; - color: #1e2028; -} - .u { text-decoration: underline; } -- cgit v1.2.3