Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework website colors #80

Open
6 tasks
ctmbl opened this issue Sep 11, 2024 · 0 comments
Open
6 tasks

Rework website colors #80

ctmbl opened this issue Sep 11, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@ctmbl
Copy link
Contributor

ctmbl commented Sep 11, 2024

Context

The website supports two themes:

  • light
  • dark

therefore every content should support both.

Problem

However currently sometimes hardcoded colored are used sometimes its configurable ones (see CSS file and the config file).
Also sometimes a color is used in a non-intended way, for example a background color is used as a font-color, which could result in invisible words for some config.

Tasks

  • list hardcoded color
  • change hardcoded colors to configurable
  • check that every light color has its dark counter-part and vice versa
  • list color usage and verify that an appropriate color is used
  • test in light mode
  • test in dark mode
@ctmbl ctmbl added the good first issue Good for newcomers label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant