From 74e8ccc7169840a03906fcabce569c9f33dabbd0 Mon Sep 17 00:00:00 2001 From: Benjamin Sanders Date: Sat, 16 Aug 2025 22:34:46 -0400 Subject: added css for code block and added new article --- _site/main.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to '_site/main.css') diff --git a/_site/main.css b/_site/main.css index 04d7aeb..5a6ec69 100644 --- a/_site/main.css +++ b/_site/main.css @@ -35,6 +35,11 @@ ul.posts a { text-decoration: none; } +/* code block */ +.language-plaintext.highlighter-rouge { + border-bottom: dashed; +} + ul.posts a:hover { text-decoration: underline; } /* resources.html styles */ -- cgit v1.2.3