Dev notes
2026-02-23 — Layout polish (dark mode + branding)
Changes made on branch layout-fixes-2026-02-23:
- Dark-mode typography fix: Updated
style.cssso hard-coded heading and listing-title link colors apply only in light mode, and dark mode inherits colors from the Quartodarklytheme. This prevents low-contrast headings/links in dark mode. - Navbar shadow in dark mode: Increased the shadow alpha for
.navbarin dark mode to avoid a washed-out/light haze. - Branding consistency: Aligned
website.navbar.titlewithwebsite.titlein_quarto.yml. - About page content: Expanded
about.qmdwith a short description of the blog and what readers can expect.
2026-02-24 — DataTables gridlines in dark mode
- DT table borders: Updated
style.csswith dark-mode-only overrides for DataTablescell-bordertables so gridlines/row separators remain visible on dark backgrounds. - DT controls: Added matching border contrast for the DataTables search input and page-length select in dark mode.