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

Shift Up and then Shift Down does not give the same color #3

Open
tmrosen opened this issue Feb 22, 2022 · 0 comments
Open

Shift Up and then Shift Down does not give the same color #3

tmrosen opened this issue Feb 22, 2022 · 0 comments

Comments

@tmrosen
Copy link

tmrosen commented Feb 22, 2022

Description

Shouldn't shifting up one color and then shifting down one color give the original color?

Steps to reproduce

In CSS
border-bottom: 1px solid #d6d5d5;
Shift Up
border-bottom: 1px solid #d8d7d7;
Shift Down
border-bottom: 1px solid #cdcccc;

Another example
outline: 1px solid #26b050;
If you shift up to very light and then down to dark you never get back to green. It is just shades of grey.

Expected behavior: Shift up and then down should give the original hex color

Actual behavior: The color looks similar but the hex is different.

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

No branches or pull requests

1 participant