👷 Finish the left header brand coding.
This commit is contained in:
@@ -68,8 +68,12 @@ $card-bg-color-dark : $black-light;
|
||||
$menu-item-bg-color : $whitesmoke;
|
||||
$menu-item-bg-color-dark : $black-light;
|
||||
|
||||
$theme-color : convert($theme_color_light);
|
||||
$theme-color-dark : convert($theme_color_dark);
|
||||
// TODO why there need convert
|
||||
//$theme-color : convert($theme_color_light);
|
||||
//$theme-color-dark : convert($theme_color_dark);
|
||||
|
||||
$theme-color : $theme_color_light;
|
||||
$theme-color-dark : $theme_color_dark;
|
||||
|
||||
// Typography
|
||||
// Font, line-height, and elements colors.
|
||||
|
||||
Reference in New Issue
Block a user