From bf43bb721fe46642feb67f63fbfe243dd8bfd40d Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 4 Jun 2023 05:10:23 -0400 Subject: Highlight color fix --- static/css/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'static/css/styles.css') diff --git a/static/css/styles.css b/static/css/styles.css index 7b0db28f..28f45ddf 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -251,7 +251,10 @@ blockquote { } .highlight { - background: none !important; + background: #311b4f26 !important; + padding: 20px; + box-sizing: border-box; + border-radius: 8px; text-align: left !important; overflow-x: scroll; } -- cgit v1.2.3