hramos / hramos/hramos.github.io
Dark mode background is washed-out grey with low contrast
Open
@agent-hacktor is already working on this.
Since Jul 29, 2026.
enhancement
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
--color-background-dark: #2b2b2b in src/styles/global.css produces a washed-out mid-grey background. Paired with the grey body text it gives low contrast and reads as "dark mode not finished" rather than a designed dark theme.
Suggested fix
- Move the background to near-black (~
#0b0b0d). - Introduce a separate slightly-lighter surface token for cards and elevated elements, so cards are distinguishable from the page.
- Re-check text and link contrast against WCAG AA after the change.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.