style: apply drop-cap effect only to posts, remove from pages
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-22 08:16:00 +01:00
parent 1d43de19a8
commit 93f070ff33

View File

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