-
Notifications
You must be signed in to change notification settings - Fork 62
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
hugo: Modified blue tint for base styling #474
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question: is $c-blue still used anywhere after this change?
If not I would suggest assigning the value that is now assigned to $c-blue--light to $c-blue and getting rid of --light
0730520
to
bf993ee
Compare
Updated accordingly. |
bf993ee
to
7caaf67
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7caaf67
to
e96b630
Compare
I believe I caught all of them now, but let me know if you still find a few out of place. |
The darker blue tint used across the site has been replaced by the brighter blue version. To compare, see: https://cuelang.org/examples/shortcodes/info/ https://cuelang.org/examples/shortcodes/buttons/ Fixes cue-lang/cue#3503 Signed-off-by: Wies de Graaf <[email protected]>
e96b630
to
2f34701
Compare
As per commit.
To test and compare, go to:
https://deploy-preview-474--cue.netlify.app/examples/shortcodes/info
https://deploy-preview-474--cue.netlify.app/examples/shortcodes/buttons