feat: Color Themes - Header + Sidebar + Footer support
This commit is contained in:
@@ -27,4 +27,11 @@
|
||||
|
||||
}
|
||||
|
||||
@each $color, $colorvalue in $material-colors {
|
||||
&.is-#{$color} {
|
||||
background-color: mc($color,'50');
|
||||
color: mc($color,'500');
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user