Implement verse token, scaffold quote token

This commit is contained in:
Juno Takano 2026-02-08 14:52:16 -03:00
commit aa41e33ced
9 changed files with 325 additions and 45 deletions

View file

@ -332,6 +332,17 @@ footer hr {
margin-top: 60px;
}
blockquote {
font-family: serifed;
font-size: calc(var(--base-font-size) * 1.6);
}
.verse {
font-family: serifed;
font-size: calc(var(--base-font-size) * 1.6);
margin-left: 2em;
}
@media (prefers-color-scheme: dark) {
* {
background: #222222;