I'm using THEME = 'bootstrap'
in pelican to generate a static site. I have followed the instructions in this answer which addresses bootstrap3
- create a custom.css file and put it in an
extras
folder - edit
pelicanconf.py
and add three lines
but I don't see any change in font size. Is there something further I need to do to 'invoke' the change? When I edit/corrupt the css file to see if pelican notices, nothing happens, which leads me to believe there is something missing. Any helpful explanations are appreciated - I'm new at this.
I would be happy with just making all font 150% of current size, but targeting some sections would be super.
EDIT: I use restructured text.