Implement verse token, scaffold quote token
This commit is contained in:
parent
3ea6c53920
commit
aa41e33ced
9 changed files with 325 additions and 45 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue