zzossig / hugo-theme-zzo

Make a blog with hugo zzo theme!
https://themes.gohugo.io//theme/hugo-theme-zzo/en/
MIT License
737 stars 257 forks source link

[Question] Change props of a specific theme #479

Open renzhamin opened 1 year ago

renzhamin commented 1 year ago

How to change properties like body-background-color for only the dark theme ( without modifying base theme ) I tried putting scss file like this in assets/scss/custom.scss

$dark: (
   body-background-color : #000A2E
);

But it has no effect

Naturally one other question comes to mind - how to use my own theme ?