From 460e71a57bbfe9335be2453f2994f5efb7ac29ba Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 25 Jan 2024 18:22:49 -0800 Subject: manually fix stem code blocks --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index d540a98..d3dc6f9 100644 --- a/style.css +++ b/style.css @@ -181,7 +181,9 @@ pre { .preamble { font-size: 20px; } - +pre.src-stem:before { + content: "stem"; +} .links-page > ul { columns: 2; -webkit-columns: 2; -- cgit