You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theme persistence — the active theme (Brainy or Minimal) is now saved to localStorage and restored on next load via a small inline JS helper in MainLayout; users no longer lose their theme choice on page refresh.
Changed
Font tokens adopted site-wide — hard-coded 'Fraunces' font-family references across ArchivesPage, AreasPage, GoalListPage, IdeasPage, InboxPage, Notes, ParaDashboard, ResourcesPage, TasksHubPage, and related components replaced with var(--font-display), so both themes apply their correct display typeface automatically.
MinimalTheme refined — AppThemes.MinimalTheme updated with a proper Inter-based font stack and a tightened neutral colour palette.
Hardcoded Google Fonts import removed from OutputDetailPage — the page-level <link> for Playfair Display / Lato is removed; fonts are now loaded once from App.razor via the theme-aware stylesheet.
Minimal theme CSS consolidated — the :root[data-theme="minimal"] block in brainy-design.css is reorganised to cover typography tokens, spacing, and palette overrides in a single coherent section.