Skip to content

Commit

Permalink
fix code-borders were rounded on desktop but not on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Jan 22, 2021
1 parent 6b4694b commit f8b2ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
border-radius: var(--radius)
}

.post-content .highlight:not(.gist .highlight),
.post-content .highlight:not(table),
.post-content pre {
margin: 10px auto;
background: var(--hljs-bg) !important;
Expand Down

0 comments on commit f8b2ad9

Please sign in to comment.