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

Change HSL color to OKLCH #123

Open
apmwebdev opened this issue Apr 1, 2024 · 0 comments
Open

Change HSL color to OKLCH #123

apmwebdev opened this issue Apr 1, 2024 · 0 comments
Assignees
Labels
refactor Changing the way the code is written without changing (much of) the functionality ui UI-specific issues, often CSS related

Comments

@apmwebdev
Copy link
Owner

Most of the colors used in the app are "built" via SASS functions by passing in a hue and then assigning saturation and lightness values to get the full color. OKLCH values are similar in concept to HSL, but require some translation when converting between the two formats to get a similar result.

Converting colors in the app to OKLCH is thus more of a refactor than a simple cleanup.

@apmwebdev apmwebdev added ui UI-specific issues, often CSS related refactor Changing the way the code is written without changing (much of) the functionality labels Apr 1, 2024
@apmwebdev apmwebdev self-assigned this Apr 1, 2024
@apmwebdev apmwebdev mentioned this issue Apr 1, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Changing the way the code is written without changing (much of) the functionality ui UI-specific issues, often CSS related
Projects
None yet
Development

No branches or pull requests

1 participant