This commit is contained in:
@ -12,6 +12,17 @@ blockquote {
|
|||||||
overflow-wrap: break-word;
|
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 {
|
main.story .author, main.story .character, main.story h3 {
|
||||||
font-family: "Gotu", sans-serif !important;
|
font-family: "Gotu", sans-serif !important;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
|
|||||||
Submodule themes/maddybook updated: c847f9bdad...612f216384
Reference in New Issue
Block a user