summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-08-10 12:54:38 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-08-10 12:54:38 +0300
commit8c7885900f3b79a43aebb2dabaf414cf5b76c2bf (patch)
treef51cb4efe6c9a6c5c37df671242b4f737fa68483
parent69e01c2a6d0451f9eb7ee67e9ad464e5b1f01a67 (diff)
Improve code styling
-rw-r--r--content/posts/now-2026-summer/index.md13
-rw-r--r--static/style.css2
2 files changed, 14 insertions, 1 deletions
diff --git a/content/posts/now-2026-summer/index.md b/content/posts/now-2026-summer/index.md
index eab8cf2..7fa8bc8 100644
--- a/content/posts/now-2026-summer/index.md
+++ b/content/posts/now-2026-summer/index.md
@@ -9,9 +9,22 @@ draft: true
{{ toc() }}
+## Wedding
+
+TODO
+
## Games
+**Finished**
+
- The Messenger
+- Mina the Hollower
+- Split Fiction
+
+**Started**
+
+- Ball x Pit
+- Denshattack!
## New laptop
diff --git a/static/style.css b/static/style.css
index f32dc54..89229c5 100644
--- a/static/style.css
+++ b/static/style.css
@@ -165,7 +165,7 @@ a:focus {
}
code {
- padding: 3px 5px;
+ padding: 2px 5px;
border: 1px solid var(--blockquote-color);
white-space: nowrap;
}