© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
David Cuccia
Let's learn new things and use them
Thanks for the article. Can custom CSS be used to change the default colorization & styling of code snippets embedded in markdown?
Narmada Nannaka
Tech Enthusiast | Blogger | STEM Mentor
Yes, you can. You will need to modify the .prose class used by the pre-tags. It is a wrapper surrounding the code tags.
Narmada Nannaka hooray, thank you!