From 013d56b78002dec56d8426b24b3a31107f22c7a7 Mon Sep 17 00:00:00 2001 From: a73x Date: Mon, 11 Nov 2024 11:45:08 +0000 Subject: fix(css): remove ugly code block --- public/static/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/static/styles.css b/public/static/styles.css index ae6157a..7b9590e 100644 --- a/public/static/styles.css +++ b/public/static/styles.css @@ -43,11 +43,12 @@ body { } .chroma { + background-color: #f0f0f0 !important; margin: 1em; padding: 1em 1em 1em 1em; - box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6); + /* box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6); */ border-radius: 4px; - border: 2px solid black; + /* border: 2px solid black; */ /*wrap lines in code blocks*/ white-space: pre-wrap; /* Since CSS 2.1 */ -- cgit v1.2.3