n-daisuke897-blog/src/layouts
Daisuke 62aa324e16 feat: implement dark mode support
- Introduce CSS variables for theming in `global.css`
- Add `ThemeIcon` component for toggling light/dark modes
- Integrate theme initialization script in `BaseLayout` to prevent FOUC
- Update navigation, buttons, and tag styles for dark mode compatibility
- Configure Shiki for dual-theme syntax highlighting in `astro.config.mjs`
- Adjust link colors to accessible blue shades for both themes
2026-02-11 13:15:03 +09:00
..
BaseLayout.astro feat: implement dark mode support 2026-02-11 13:15:03 +09:00
MarkdownPostLayout.astro feat: implement dark mode support 2026-02-11 13:15:03 +09:00