aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-25 18:22:49 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-25 18:22:49 -0800
commit460e71a57bbfe9335be2453f2994f5efb7ac29ba (patch)
tree109ec75551f57a53586a9a7c12d4c3f256890d7d /style.css
parent089f3415a0cd27dc4dd06c1bfd77b85559840e4e (diff)
manually fix stem code blocks
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 3 insertions, 1 deletions
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;