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

Palette fixes #199

Merged
merged 3 commits into from
May 23, 2024
Merged

Palette fixes #199

merged 3 commits into from
May 23, 2024

Conversation

PurpleGuitar
Copy link
Contributor

@PurpleGuitar PurpleGuitar commented May 22, 2024

This PR is comprised of two changes:

Temporarily force light mode all the time by setting theme options to ["light"]. This prevents dark mode from being activated, even if the user's desktop is in dark mode, because only some elements were in dark mode, and checkboxes looked checked even when they were not checked. (See image below for how the UI looked before the change.)

image

Temporarily remove "text-primary-content" class from resource list. In light theme mode, it caused the resources to be a faint blue, hard to read. (See image below for how the UI looked before the change.)

image

Now light mode is always active, checkboxes look normal, and the resource text is easy to read. (See image below for how the UI looks now.)

image

@linearcombination linearcombination merged commit 4d4895c into doc-dev.walink.org May 23, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants