distributeaid / distributeaid/docs

[fix] Find/create dark mode logo/favicon

Open
#81 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
MDX
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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
)"

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with astro.config.mjs, src/styles/custom.css, and the existing files in src/assets/. Check how the ThemeSelect override, color-scheme declaration, and Starlight logo configuration currently work. Done means a dark-mode logo SVG is available, the dark logo is configured, the override and forced light mode are removed, and dark mode works again.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
design, documentation
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.