Works navigation
All checks were successful
Deploy / deploy (push) Successful in 11s

This commit is contained in:
Madison Rye Progress
2026-03-17 13:08:18 -07:00
parent 31421f2dbb
commit abc404adae
2 changed files with 12 additions and 1 deletions

View File

@ -12,6 +12,17 @@ blockquote {
overflow-wrap: break-word;
}
nav details summary::marker,
:is(::-webkit-details-marker) {
content: "+ ";
font-family: monospace;
font-weight: bold;
}
nav details[open]:first-of-type summary::marker {
content: " ";
}
main.story .author, main.story .character, main.story h3 {
font-family: "Gotu", sans-serif !important;
text-align: center !important;