Great post, thanks. Can custom CSS be used to change the default colorization & styling of code snippets embedded in markdown?
Wow, this is amazing. Can't wait to customize my blog with these features. It will be beneficial for me once I gain an access to it as I'm not a Hashnode ambassador. Bookmarked it. Thanks for sharing. Sebastian Gale
Great article π
Also I am guessing only ambassadors have access to customizing CSS?
Your version looks great! π₯³ I want this so badly but I can't as I am not a Hashnode ambassador yet.
Thanks a lot Sebastian Gale, this article already covers plenty of questions I had in mind. Will definitely benefit from it :)
Hi! Love the article but am not able to find the custom CSS option in my blog dashboard. Any help please? π
Thanks in advance! :D
Thanks for writing an article on how to customize Hashnode blogs Sebastian Gale. This will be useful to a lot of people.
Thanks for this article!
Charath Ranganathan
Electrical engineer turned software manager. IoT enthusiast.
How does one change the fonts on hashnode to google fonts? When I try to use the @import syntax, it doesn't work.
Here's my custom css - which doesn't work:
@import url('fonts.googleapis.com/css2); body { font-family: 'Lexend Deca', sans-serif; }