From c92a7901032a96655392b95c3a64d5322e9d454c Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 13 May 2026 14:34:59 -0500 Subject: fix: reduce contrast for pre & blockquote elements --- theme/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme/static/styles.css') diff --git a/theme/static/styles.css b/theme/static/styles.css index 6f57efc..618b1aa 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -10,7 +10,7 @@ img { max-width: 100%; } .post-list-year { list-style: none; margin-top: 1rem; margin-bottom: 0.5rem; font-weight: bold; } .skip-link { display: none; } footer { margin: 2rem 0;} -pre, blockquote { margin: 1rem 0; padding: 0.5rem; background-color: #cccccc; } +pre, blockquote { margin: 1rem 0; padding: 0.5rem; background-color: #eee; } pre { overflow: auto; white-space: pre; } blockquote p { margin: 0; } code { color: #942192; } -- cgit v1.2.3