-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: visual designs #222
feat: visual designs #222
Conversation
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.
The front page has an issue with text contrast, but otherwise everything else in this PR looks fine.
|
||
.page.home .banner-pattern { | ||
background: var(--blue-500); | ||
background-image: url("../images/home.svg"); |
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.
Affected by #224 - insufficient text to background contrast.
Description
Implements visual designs from https://files.inclusivedesign.ca/s/mz0ANL9RlXo8ij6.
Steps to test
Expected behavior: Implementation should align with designs.
Additional information
Not applicable.
Related issues