From 1817aee2e8ba296b9ac22104dbb9ab80775a3a9b Mon Sep 17 00:00:00 2001 From: jultty Date: Sat, 24 Feb 2024 12:34:01 -0300 Subject: [PATCH] Fix code block indenting --- README.md | 1 + assets/style.css | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29575eb..817e624 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ A bare-bones personal website relying only on simple scripts. ## Next +- [ ] Set page titles dynamically - [ ] Update data object programmatically on HTML post generation diff --git a/assets/style.css b/assets/style.css index df8e50a..aaec4d7 100644 --- a/assets/style.css +++ b/assets/style.css @@ -53,5 +53,7 @@ li { margin-bottom: 10px; } -.sourceCode { color: #ccc; } -.sourceCode span { margin-left: 20px; } +.sourceCode pre { + color: #ccc; + margin-left: 20px; +}