You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to change this color (#21b2a6) in assets/css/main.css to align better with a non-profits branding. I don't want to alter the theme code though in case there are updates in the future.
How do you go about changing the color without changing the underlining code? There might also be a way using Hugo natively but I have not found anything in the documentation as of yet.
I can only assume I am not the only one trying to overcome this problem, hoping someone has the solution.
The text was updated successfully, but these errors were encountered:
Hugo doesn't render if I do this, even if my custom.css is empty.
The error message is: execute of template failed: template: partials/stylesheets.html:8:36: executing "partials/stylesheets.html" at <minify>: wrong type for value; expected resources.ResourceTransformer; got resource.Resource
I want to change this color (#21b2a6) in
assets/css/main.css
to align better with a non-profits branding. I don't want to alter the theme code though in case there are updates in the future.How do you go about changing the color without changing the underlining code? There might also be a way using Hugo natively but I have not found anything in the documentation as of yet.
I can only assume I am not the only one trying to overcome this problem, hoping someone has the solution.
The text was updated successfully, but these errors were encountered: