Skip to content

[fix] Find/create dark mode logo/favicon #81

@LauraLangdon

Description

@LauraLangdon

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:

  1. Add a dark-mode logo SVG to src/assets/
  2. Update astro.config.mjs to use Starlight's logo.dark option
  3. Remove the ThemeSelect override in astro.config.mjs
  4. Remove the color-scheme: light line from src/styles/custom.css
    EOF
    )"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions