fix: ensure drop-cap effect is applied reliably by using is-post class anchor
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
}
|
||||
|
||||
/* Initial Letter (Drop Cap) Effect - Only on Posts */
|
||||
.post-template .post-content > p:first-of-type::first-letter {
|
||||
.is-post .post-content > p:first-of-type::first-letter {
|
||||
-webkit-initial-letter: 3 2;
|
||||
initial-letter: 3 2;
|
||||
color: var(--brand-primary);
|
||||
|
||||
Reference in New Issue
Block a user