Skip to content

Fix logo contrast in light/dark modes#299

Merged
harryswift01 merged 1 commit intomainfrom
298-docs-swich-light-and-dark
Mar 3, 2026
Merged

Fix logo contrast in light/dark modes#299
harryswift01 merged 1 commit intomainfrom
298-docs-swich-light-and-dark

Conversation

@harryswift01
Copy link
Member

Summary

This PR will improve logo visibility in the README.md and documentation by ensuring appropriate contrast between the logo and the user’s system theme (light/dark mode).

Changes

Logo Contrast Handling

  • Updated the logic so that the displayed logo contrasts with the active system theme.
  • Use the light logo in dark mode.
  • Use the dark logo in light mode.
  • Ensured consistency between the README.md and documentation site.

Impact

  • Improves accessibility and visual clarity.
  • Ensures better contrast across light and dark themes.
  • No functional impact on the codebase.

@harryswift01 harryswift01 requested a review from jimboid March 3, 2026 14:26
@harryswift01 harryswift01 self-assigned this Mar 3, 2026
@harryswift01 harryswift01 added the documentation Improvements or additions to documentation label Mar 3, 2026
@harryswift01 harryswift01 linked an issue Mar 3, 2026 that may be closed by this pull request
@harryswift01 harryswift01 added this to the 2.0.1 milestone Mar 3, 2026
Copy link
Member

@jimboid jimboid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes a simple error of logo's for light and dark being flipped the wrong way around. Simple mistake to make with naming and purpose.

@harryswift01 harryswift01 merged commit a7357c0 into main Mar 3, 2026
14 checks passed
@harryswift01 harryswift01 deleted the 298-docs-swich-light-and-dark branch March 3, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs]: Swich light and dark theme logos within CodeEntropy

2 participants