diff --git a/lib/gencontent.php b/lib/gencontent.php index daf2bdc..fb70822 100644 --- a/lib/gencontent.php +++ b/lib/gencontent.php @@ -105,6 +105,7 @@ $pagesize = $database->get("page_sizes", ["sizewidth (width)", "sizeheight (heig height: ; } + /* Set proper colors for the editor */ .note-dropdown-menu.dropdown-style { background: var(--background) !important; } @@ -112,6 +113,10 @@ $pagesize = $database->get("page_sizes", ["sizewidth (width)", "sizeheight (heig background: rgba(255,255,255,.25) !important; } + .tile h1,h2,h3,h4,h5,h6 { + color: var(--headings); + } + @media (max-width: 900px) {