cmc/cleberg.net

My personal web garden & blog.

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

7d2138c5003efb921feb97f38294acc467103eb1

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-08-21T20:30:33Z

Use black background for code and quotes in dark mode
 theme/static/styles.css | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/theme/static/styles.css b/theme/static/styles.css
index dc1827a..3eaeba2 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -25,9 +25,7 @@ pre code { color: #323232; }
 	body { background-color: #181a1b; color: #cccccc; }
 	a, a:visited { color: #68A9F8; }
 	code { color: #ff68e1; }
-	/* base16-ocean.dark, the `highlight.theme_dark` half of the pair: its colours are
-	   picked for this surface, and pure black crushes the darker ones. */
-	pre, blockquote { background-color: #2b303b; }
+	pre, blockquote { background-color: #000; }
 	pre code { color: #c0c5ce; }
 	table, th, td { border-color: #444; }
 }