-
Notifications
You must be signed in to change notification settings - Fork 10
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
Adjusting BlockQuote and Shelf Styles #155
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.
Ignoring the fact there's a mistake (should be 'use' not 'usage').
😢
could you include that in the PR? There are a bunch of typos I'm sure, we might as well fix them as we go so we don't lose track.
& blockquote { | ||
margin:0.5em; | ||
padding:15px; | ||
background-color:#dcf9ca !important; |
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.
Nice, I really like how this looks!
I was playing around with different colors on the preview site just to see what it looked like for fun. Only thought is making sure that the background color is accessible in terms of providing good contrast between text and background color, but nothing major for now.
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.
Looks good, and thanks for the typo fixes! ❤️
Related Issue
#91
Summary of Changes
This is an amendment to pull #146 by @aholtzman
cursor: pointer
to shelf<blockquote>
style with background and borderIgnoring the fact there's a mistake (should be 'use' not 'usage').