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
+8 -7
View File
@@ -115,13 +115,14 @@ body { counter-reset : phb-page-numbers; }
font-size : 0.987cm;
-webkit-column-span : all;
-moz-column-span : all;
& + p::first-letter {
float : left;
font-family : 'Solberry';
font-size : 10em;
line-height : 0.795em;
color : #222222;
}
}
.first-letter, .drop-cap,
h1 + p::first-letter {
float : left;
font-family : 'Solberry';
font-size : 10em;
line-height : 0.795em;
color : #222222;
}
h2 { font-size : 0.705cm; }
h3 {