/* Optional enhancements — paste below miniflux-dracula.css in Custom CSS */ /* Wider layout and bigger titles */ body { max-width: 1100px !important; } .item-title { font-size: 1.4em; } /* Font types — install on your system or link external fonts */ .entry-content { font-family: Atkinson-Hyperlegible; font-size: 1.2em; } #page-header-title { font-family: Inter; } /* Quotes in articles */ article > blockquote { font-size: 0.9rem; font-style: italic; background-color: #44475a; }