Refactor gradients on navbar #24
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently working-strips use 2 "home made" colors
This is quite flexible — considering that
hsl
allow to just change brightness — but it would be interesting to make the gradient only with translucent white and rely on thebackground-color
to change only that one.Also hsl is matematically rigid, but I could take the opportunity to test
hsv
hsv
instead