AzStartStop icon indicating copy to clipboard operation
AzStartStop copied to clipboard

Question: How do I change the colours?

Open JClarke90 opened this issue 2 years ago • 1 comments

Last one from me.

Do I have to run the build myself to be able to update the colours or is there a way to do it using commands from somewhere in azure?

Thought I might be able to use kudu console but the tools are not available on a consumption plan. Is there another way?

Really happy with the tool so far though, thanks for putting the time in to make something like this.

JClarke90 avatar Sep 18 '23 20:09 JClarke90

The styling is done using a custom Bulma style in https://github.com/sg3-141-592/AzStartStop/tree/main/styles .

See https://bulma.io/documentation/customize/with-node-sass/ for examples of customising Bulma colours.

From there you can do a build of the app to your app service plan, see the contributor notes in the readme on how to do this https://github.com/sg3-141-592/AzStartStop/blob/main/README.md#contributor-notes

sg3-141-592 avatar Dec 05 '23 19:12 sg3-141-592