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);