I am working on a website hosted on GitHub pages using the Minimal Mistakes Jekyll theme. I am working on some basic customization - still trying to learn - so am starting out by practicing with some simple theme changes. I am starting out by reading through the Stylesheet portion of the documentation.
Here, I decided to start out with one of the first examples listed on this page, by trying to override the theme default for the link-color
. Here I am having a bit of trouble however.
I started out by following the recommendations outline on this page. I made sure to navigate to the main.scss
file in my website's repo and then add the line link-color: red;
at the top of the file (making sure to add it above any of the @import
statements). However, after adding this line, nothing seemed to change and the default link-color for the website still displayed as a light blue.
Not sure what I am doing wrong here. I have read a few things online which have suggested similar issues and provided varying degrees of advice/solutions with varying levels of complexity. I am very new to Jekyll themes and was just trying this out as a good first intro into more complex customization.
Does anyone have any idea what I might be doing wrong here or have any links to helpful examples, tutorials, or resources?
Also, here is the link to the Minimal Mistakes repo on GitHub and my forked version of the repo here.