From eca008f83280b5d181589f33d1b0245adbee2cdb Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 5 Jul 2023 14:54:47 -0400 Subject: Focus and Spectacles Persist. Selection BG Change --- static/css/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/css') diff --git a/static/css/styles.css b/static/css/styles.css index ceefb21d..d208597d 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -23,6 +23,14 @@ body { background-size: 30%; } +::-moz-selection { /* Code for Firefox */ + background: #311b4f; +} + +::selection { + background: #311b4f; +} + font:hover, .VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q { background: none !important; box-shadow: none !important; -- cgit v1.2.3