Skip to content

Commit

Permalink
fix: color
Browse files Browse the repository at this point in the history
  • Loading branch information
developer committed Nov 11, 2024
1 parent bf8ba0d commit 1fd878e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/colors/typography-light.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@mixin light-scheme {
/* Framework color */
--main-bg: linear-gradient(to bottom, #fefaf5, #fdf5e6); /* 温暖的奶油色渐变,提供舒适的背景 */
--main-bg: linear-gradient( #fff6ec); /* 温暖的奶油色,提供舒适的背景 */
--mask-bg: linear-gradient(to bottom, #d9d9d9, #c4c4c4); /* 柔和的灰色渐变,适合遮罩效果 */
--main-border-color: linear-gradient(to bottom, #eaeaea, #dcdcdc); /* 浅灰色渐变,适合边框使用 */

Expand All @@ -26,7 +26,7 @@
/* Sidebar */
--site-title-color: #6d6d6d; /* 侧边栏标题颜色 */
--site-subtitle-color: #4f4f4f; /* 侧边栏副标题颜色 */
--sidebar-bg: linear-gradient(to right, #d1f3f8, #fefaf5); /* 侧边栏背景渐变 */
--sidebar-bg: linear-gradient(to right, #d1f3f8, #fff6ec); /* 侧边栏背景渐变 */
--sidebar-border-color: linear-gradient(to right, #efefef, #e0e0e0); /* 侧边栏边框渐变 */
--sidebar-muted-color: #545454; /* 侧边栏次要文本颜色 */
--sidebar-active-color: #1d1d1d; /* 侧边栏活动项颜色 */
Expand Down

0 comments on commit 1fd878e

Please sign in to comment.