Closed bernhard-hofmann closed 1 year ago
I misunderstood how custom CSS is applied. I see this feature is already enabled via the configuration option
[params.custom.css]
enable = true
And then the style.css
file in static/css
is included in the head after the split stylesheet.
How can I extend or replace styles in my project without modifying this theme?
I imagine a top level parameter might allow a custom CSS file like this:
Am I on the right track? (Hugo newbie here)
Would you like a PR for this change?