fchat-rising/scss/_functions.scss

7 lines
203 B
SCSS
Raw Normal View History

@function theme-color-bg($color-name: "primary") {
@return theme-color-level($color-name, -10);
}
@function theme-color-border($color-name: "primary") {
@return theme-color-level($color-name, -9);
}