👷 Finish the left header brand coding.

This commit is contained in:
凡梦星尘
2022-05-24 23:14:02 +08:00
parent 8de51043c3
commit 65c3289491
8 changed files with 53 additions and 8 deletions

View File

@@ -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.