Skip to content

Commit

Permalink
chore: 小改样式表
Browse files Browse the repository at this point in the history
* 将 wu-color-blue 的颜色调整得更深,让侧栏选中后配色不至于那么奇怪。
* 在 reset 中添加一些常用类

Signed-off-by: crrashh1542 <kotsuki@crrashh.com>
(cherry picked from commit ebc5e13)
  • Loading branch information
crrashh1542 committed Sep 1, 2024
1 parent 45d4d89 commit 9ed5b9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/color.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@wu-color-orange: #ff5722;
@wu-color-green: #8bc94a;
@wu-color-teal: #00897b;
@wu-color-blue: #5296ff;
@wu-color-blue: #3078e2;
@wu-color-purple: #7e57c2;
@wu-color-text-imp: #303030;
@wu-color-text-accent: #5f5f5f;
6 changes: 5 additions & 1 deletion src/styles/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
// 文档流初始化
body {
background-color: @wu-color-base;
}
a { text-decoration: none; }
}

// 常用类,类名以“u-”开头
.u-grow { flex-grow: 1; }

0 comments on commit 9ed5b9a

Please sign in to comment.