add named aliases for first-letter drop-cap style

This commit is contained in:
Eric
2026-09-14 20:33:54 +10:00
parent 7ce3e471a2
commit c14d1833b1
5 changed files with 42 additions and 37 deletions
+1
View File
@@ -14,6 +14,7 @@
.note table tbody tr:nth-child(odd) { background : #FFFFFF; }
/* DROP CAP */
.first-letter, .drop-cap
h1 + p::first-letter {
color : black;
background-image : unset;