blist-hugo-theme icon indicating copy to clipboard operation
blist-hugo-theme copied to clipboard

Changing colors of the light mode

Open ghost opened this issue 3 years ago • 4 comments

Dark mode works as expected.

Light mode is buggy somehow. I applied the ascent mode as descripted into config.yaml:

ascentColor: "bg-blue-100",

The problem is, that I was able to get only some blue, green and gray colors so far. Others do not show up, the field is just white. And unfortunately only on local host.

When I deploy it on k8s (nginx/alpine) it never changes color in light mode.

Do I miss some library or something? Should I do some post-install?

ghost avatar Sep 19 '22 09:09 ghost

Same problem here :-(

sramekmichal avatar Oct 19 '22 05:10 sramekmichal

Did you launch the site with the commands here ? or using hugo serve? Hugo serve doesn't rebuild the site's CSS files for the color change

apvarun avatar Dec 25 '22 11:12 apvarun

Good point! Let me check and I will let you know 👍🏻

sramekmichal avatar Dec 29 '22 10:12 sramekmichal

@sramekmichal have you checked this yet?

Dylan-Prins avatar Apr 30 '23 21:04 Dylan-Prins