From 0bd63433c2751334b143e0ac4845c1d5951e107e Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Fri, 15 May 2026 19:38:13 +0200 Subject: [PATCH] stylized breakcore/ --- frontend/src/pages/posts/[slug].astro | 6 +- frontend/src/styles/global.css | 113 ++++++++++++++++++++++++++ 2 files changed, 116 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/posts/[slug].astro b/frontend/src/pages/posts/[slug].astro index 0a45a3d..cd94738 100644 --- a/frontend/src/pages/posts/[slug].astro +++ b/frontend/src/pages/posts/[slug].astro @@ -151,10 +151,10 @@ const displayTitle = post ? (post.title || formatSlug(post.slug)) : 'Work';
{(neighbors.prev || neighbors.next) && ( -