Files
medicalalert-web-reloaded/wp/wp-content/themes/medicalalert/src/scss/h1-heading.scss
Tony Volpe 706f089d5e add theme
2024-06-18 16:47:10 -04:00

15 lines
242 B
SCSS

.comsumer-brand {
.h1-heading-slice-container {
h1 {
color: $consumer-primary;
}
}
}
.business-brand {
.h1-heading-slice-container {
h1 {
color: $business-primary;
}
}
}