I started to use the academic theme to create personal website and I like it so much. However, I am quite confused how I could change the font color and size. I know this question will sound stupid but just failed in getting solutions after a couple of hours' searching. Thanks in advance if you could give some ideas.
If the color and font themes (https://sourcethemes.com/academic/post/getting-started/#themes) don't satisfy your requirements, custom CSS styling can be applied (https://sourcethemes.com/academic/post/getting-started/#advanced-style-customization-css).
For font size, you could copy /themes/academic/data/fonts/default.toml to /data/fonts/default.toml (creating the folder structure if necessary, relative to your project folder). Then you can override the font size by editing default.toml.
Are we allowed to change the post size? For now, if we set
font_size = "20"
font_size_small = "16"
then the font size is changed globally. But the font size of actual posts generated by markdown remains unchanged.
Most helpful comment
If the color and font themes (https://sourcethemes.com/academic/post/getting-started/#themes) don't satisfy your requirements, custom CSS styling can be applied (https://sourcethemes.com/academic/post/getting-started/#advanced-style-customization-css).
For font size, you could copy
/themes/academic/data/fonts/default.tomlto/data/fonts/default.toml(creating the folder structure if necessary, relative to your project folder). Then you can override the font size by editingdefault.toml.