From 855c0ea6739e647a268716e007f5b448743ed707 Mon Sep 17 00:00:00 2001 From: RunDevelopment Date: Thu, 4 Nov 2021 20:26:01 +0100 Subject: [PATCH] Website: Fixed red highlighting in Firefox --- assets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/style.css b/assets/style.css index 77a8dbc402..b6b291fdbb 100644 --- a/assets/style.css +++ b/assets/style.css @@ -115,7 +115,9 @@ pre { mark { outline: .4em solid red; outline-offset: .4em; + margin: .4em 0; background-color: transparent; + display: inline-block; } header,