Skip to content

Commit

Permalink
docs: 添加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Jan 6, 2022
1 parent 2630b28 commit beff43c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/styles/variables-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $main-bg-color: #212121;
$sub-main-bg-content: #151515;

// 主题文字颜色
$text-color-primary: #c9d1d9;
$text-color-regular: #dee2e6;
$text-color-secondary: #ffffff;
$text-color-placeholder: #4a4a4a;
$text-color-primary: #c9d1d9; // 首选文字颜色
$text-color-regular: #dee2e6; // 次选文字颜色
$text-color-secondary: #ffffff; // 标题/选中
$text-color-placeholder: #4a4a4a; //分割线/备注
12 changes: 6 additions & 6 deletions src/styles/variables-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $sub-color: #a5cfff; //浅蓝1
$sub-color1: #ecf5ff; //浅蓝2

// 主题背景颜色
$main-bg-color: #ffffff;
$sub-main-bg-content: #f5f6fa;
$main-bg-color: #ffffff; // 首选背景颜色
$sub-main-bg-content: #f5f6fa; //次选背景颜色

// 主题文字颜色
$text-color-primary: #909399;
$text-color-regular: #606266;
$text-color-secondary: #303133;
$text-color-placeholder: #ebeef5;
$text-color-primary: #909399; // 首选文字颜色
$text-color-regular: #606266; // 次选文字颜色
$text-color-secondary: #303133; // 标题/选中
$text-color-placeholder: #ebeef5; //分割线/备注

0 comments on commit beff43c

Please sign in to comment.