-
Notifications
You must be signed in to change notification settings - Fork 18
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
chore: make silhouttte svgs opaque #704
Conversation
<svg xmlns="http://www.w3.org/2000/svg" width="667" height="800" fill="none"> | ||
<path fill="gray" |
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.
I think we should also use fill=currentColor"
so we can specify it. Gray seems to not be so clear in light vs dark mode.
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.
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.
@im-adithya this won't work on dark mode, right?
Actually I was wrong, if gray
is completely half way between black and white it should be ok. We might just need to make the opacity stronger in light mode vs dark mode, since it seems less visible there.
HTML / CSS defined gray at the midpoint of the 8-bit gray scale (128,128,128).
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.
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.
@im-adithya the light and dark mode are back to front, but the one with the black background is very hard to see the silhoutte. Can we use a different opacity on that one? e.g. opacity-40 dark:opacity-20
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.
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.
utACK
Should be easier to adjust opacity now using css
Light Mode
Dark Mode