tupleblog/tupleblog.github.io

Modify css for code section

titipata opened this issue · 6 comments

@bluenex, I think we should change the css for code section to make it looks better.

Oh I forgot about this already. How should we make the change? any rough idea?

To me, font size should be increased a bit and maybe change font too?

So I'd like code section to be in different font instead. It should be easier to read on laptop also. Right now the position of code chunk is a little tight.

Monospace font should be good as a coding font. Please check this Google font and picks some for testing.

For me Roboto Mono, Inconsolata and Overpass Mono look good.

+1 for Roboto Mono! Should we also put the code chunk in light grey background, same as in-line code snippet?

@bluenex found this page for scss file. We can use it for new light-grey color background. Modifying the pygment highlighter here.

This was done in e7f7439.