Hi Shawn!
If I look at the source generated I see a link tag generated by liquid [...] and if I follow the href link [...] t does indeed bring up the stylesheet.
It sounds like your stylesheet is definitely loaded.
That the CSS in it is not applied to your page can mean various things:
- CSS syntax error in your stylesheet. The browser can't parse it correctly.
- Specificity problem. Other CSS in your theme is overriding your own CSS — it has higher specificity.
Are you working on the theme here?