feat: Site customization CSS
This PR adds a custom.css file which is loaded after the default CSS. This allows for implementing custom style rules.
I'm not sure what this is suppose to do. What exactly is the goal here?
I'm not sure what this is suppose to do. What exactly is the goal here?
This is for the use case when the platform is being run on an own server and the operator wants to tweak the look and feel slightly (adjust colors etc).
Can't they just tweak the alovoa.css?
Having the local customizations in a separate file makes it easier to upgrade to the latest Alovoa versions. CSS is notoriously hard to merge by hand :)
I disagree, you can just place your custom css code at the bottom of alovoa.css, nothing hard about that ;)
I disagree, you can just place your custom css code at the bottom of alovoa.css, nothing hard about that ;)
Yeah you could do that and it works most of the time but there will be be conflicts every now and then :) It's best practice to keep a separate file for local customizations. git can get weird sometimes when dealing with CSS.
UI frontend moved to alovoa-expo