feat: add typography plugin and drop cap styling for book feel
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,3 +7,15 @@
|
||||
background-color: rgba(180, 140, 80, 0.3);
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
.prose p:first-of-type::first-letter {
|
||||
font-family: var(--font-playfair), serif;
|
||||
font-size: 3.5em;
|
||||
float: left;
|
||||
line-height: 0.8;
|
||||
margin-right: 0.1em;
|
||||
margin-top: 0.1em;
|
||||
color: #44403c;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user