From 85a96e4446d5e850da3bc129da9ebdb33c47dc41 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 29 Jan 2023 01:03:10 +0000 Subject: [PATCH] add custom text selection colors because chrome is broken on fedora --- copyparty/web/browser.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index cfca7c18..1584f7a4 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -572,6 +572,11 @@ html.dy { * { line-height: 1.2em; } +::selection { + color: var(--bg-d1); + background: var(--fg); + text-shadow: none; +} html,body,tr,th,td,#files,a { color: inherit; background: none;