I want to change the default colors which Spark comes with.
I know i can't just override the default colors in my css but i wonder if is there a better practice. Like overriding the spark-aurelius/resources/assets/sass/_variables.scss file in somewhere or anything like that.
@bufferoverflow I don’t have a Spark 6 licence, but I’m hoping the variables in the source Sass files are post-fixed with !default. If they are, then in your application’s Sass file, include custom variables first and the Spark styles after: