-
Notifications
You must be signed in to change notification settings - Fork 61
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
code formating seems to be broken #82
Comments
That's really weird |
There's a styling conflict where The problematic CSS: p code,
li code {
background-color:#f5f5f5;
white-space:pre-wrap;
padding:5px;
border-radius:5px;
font-size:.85rem;
box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 1px rgba(0,0,0,.1),0 2px 1px -1px rgba(0,0,0,.12)
} SolutionsUsing the
|
This should be fixed on the Zola repo though |
Indeed. I just found the lines (was looking through browser before): https://github.com/getzola/zola/blob/695c17d2222e2ee3f83d304d0828265b1c7407cf/docs/sass/_base.scss#L111-L118 I can do a PR in the Zola repo if you'd like. Perhaps the |
Yep, please do a PR, I prefer the |
Fixed in getzola/zola#2273 |
https://www.getzola.org/themes/papaya/
checked with chrome and firefox
The text was updated successfully, but these errors were encountered: