cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

c92a7901032a96655392b95c3a64d5322e9d454c

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-05-13T19:34:59Z

fix: reduce contrast for pre & blockquote elements
 theme/static/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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; }