New to Jekyll and decided to start with the Balzac theme hosted on GitHub Pages:
https://github.com/ColeTownsend/Balzac-for-Jekyll
Been having success modifying it to meet most of my needs, however I have never worked with sass/scss files and I simply cannot figure out how to change basic stuff like blockquote styling. I have tried: modifying directly in scss; modifying directly in css; modifying in scss and then outputting to css via Terminal; deleting all scss files and modifying the css by hand; deleting all css files and modifying the scss.
I've also tried moving all of the SCSS files into a top-level folder (_sass) and then pointing to that folder in my config file, but no changes I make seem to stick.
As you can see, I'm grasping at straws here. Hoping this might be a n00b thing that I'm just missing. Here is my site:
https://github.com/craigeley/craigeley.github.io
Any help much appreciated!