Commit 746da79b1fbe27c38641cd7010711370ada4cdc6

Michael Schmidt 2021-11-04T20:39:47

Website: Fixed red highlighting in Firefox (#3178)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/assets/style.css b/assets/style.css
index 77a8dbc..b6b291f 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,