From 93f070ff333e4711dadd9b8cb3b3fc76031dc5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 22 Feb 2026 08:16:00 +0100 Subject: [PATCH] style: apply drop-cap effect only to posts, remove from pages --- assets/css/tailwind.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 9e117d9..7efcec8 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -185,8 +185,8 @@ background-size: 100% 1px; } - /* Initial Letter (Drop Cap) Effect */ - .post-content > p:first-of-type::first-letter { + /* Initial Letter (Drop Cap) Effect - Only on Posts */ + .post-template .post-content > p:first-of-type::first-letter { -webkit-initial-letter: 3 2; initial-letter: 3 2; color: var(--brand-primary);