You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
503 B

<style>
.dark .story-title,
.dark .story-subtitle,
.dark .chapter-header,
.dark .section-header,
.dark .section-subsection,
.dark .section-button-container {
color: white !important;
display: block;
}
.light .story-title,
.light .story-subtitle,
.light .chapter-header,
.light .section-header,
.light .section-subsection,
.light .section-button-container {
color: black !important;
display: block;
}
.story-header p {
margin-bottom: 1em;
}
</style>