Increase font size for entire site

Jekyll noob here trying to figure out how to increase the font size for an entire site.

I’m using TeXt theme. I was able to successfully increase the font size by changing two variables in _sass/common/_variables.scss: font-size-root and font-size-root-sm.

When I run jekyll serve, I can see that font size is bigger. My changes to font-size-root and font-size-root-sm in production appear in the file _site/assets/css/main.css.map, but the appearance of the production site is unchanged.

What am I doing wrong?

maybe it is cached? try a different browser? or look in the browsers dev tools inspector thing and see what it says for the css file under the network tab.

You’re right. I tried Safari instead of Brave and it looks right. Thanks!

Noob mistake is on me!