The current DA logo (navy blue on transparent) doesn't work well on dark backgrounds, so I've disabled dark mode in #80. The main site also only has a light-mode logo, so this may need to be created from scratch or requested from the design team.
Current state:
- Theme toggle is disabled (ThemeSelect component overridden with an empty component)
- Site is forced to light mode via CSS
color-scheme: light
To re-enable dark mode:
- Add a dark-mode logo SVG to
src/assets/
- Update
astro.config.mjs to use Starlight's logo.dark option
- Remove the
ThemeSelect override in astro.config.mjs
- Remove the
color-scheme: light line from src/styles/custom.css
EOF
)"
The current DA logo (navy blue on transparent) doesn't work well on dark backgrounds, so I've disabled dark mode in #80. The main site also only has a light-mode logo, so this may need to be created from scratch or requested from the design team.
Current state:
color-scheme: lightTo re-enable dark mode:
src/assets/astro.config.mjsto use Starlight'slogo.darkoptionThemeSelectoverride inastro.config.mjscolor-scheme: lightline fromsrc/styles/custom.cssEOF
)"