-
Notifications
You must be signed in to change notification settings - Fork 555
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
fix: better style for quotes #951
Conversation
Fixed. We can also think about having a soft color background instead of the gray, or having a color accent. |
I would use something simple, a box with a bit darker/lighter background depending on the theme, the text in italics and probably nothing else, to match the simplicity of the rest of the themes. Once we start working on custom css users could customize this to their needs. |
@fmartingr any other change? |
Honestly I would be much more simple than that, I don't like extra distractions on transformations on the readable version. blockquote {
padding: 15px;
margin: 15px;
font-style: italic;
background: var(--bgqoute);
} Also I would put this style under the |
done |
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.
Thank you!
This PR add better style for quotes in readable version.
close #950
@romu70 @fmartingr any suggestion for better style? specifically in this design use Red is not too much eye caching for a quote. we can change design completely different.
Preview