Skip to content
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

Highlight.js -> Hugo's chromastyles #1364

Merged
merged 9 commits into from
Dec 31, 2023
Prev Previous commit
Next Next commit
fix inline line highlights not working
  • Loading branch information
adityatelange committed Dec 24, 2023
commit e9c8614e885a402ac70e1d24c33d6d75407c2f2d
2 changes: 1 addition & 1 deletion assets/css/common/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
}

.post-content pre code {
display: block;
display: grid;
margin: auto 0;
padding: 10px;
color: rgb(213, 213, 214);
Expand Down