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 df00ac2 commit 5f018bd
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
Expand Up @@ -14,7 +14,7 @@
--blockquote-text-color: #707070; /* 中灰色引用文本 */
--link-color: #0066cc; /* 柔和的蓝色链接,易于识别 */
--link-underline-color: #99badd; /* 浅蓝色下划线,增强链接可见性 */
--button-bg: linear-gradient(to bottom, #f7b7a3, #f5a08d); /* 柔和的粉橙色按钮背景渐变 */
--button-bg: linear-gradient(to bottom, #f7b7a3c2, #f5a08dc2); /* 柔和的粉橙色按钮背景渐变 */
--btn-border-color: #e1e1e1; /* 浅灰色按钮边框 */
--btn-backtotop-color: #5a5a5a; /* 返回顶部按钮颜色 */
--btn-backtotop-border-color: #dddddd; /* 返回顶部按钮边框颜色 */
Expand All @@ -26,7 +26,7 @@
/* Sidebar */
--site-title-color: #6d6d6d; /* 侧边栏标题颜色 */
--site-subtitle-color: #4f4f4f; /* 侧边栏副标题颜色 */
--sidebar-bg: linear-gradient(to right, #d1f3f8, #fdf5e6); /**/
--sidebar-bg: linear-gradient(to right, #d1f3f8, #fefaf5); /**/
--sidebar-border-color: linear-gradient(to right, #efefef, #e0e0e0); /* 侧边栏边框渐变 */
--sidebar-muted-color: #545454; /* 侧边栏次要文本颜色 */
--sidebar-active-color: #1d1d1d; /* 侧边栏活动项颜色 */
Expand Down

0 comments on commit 5f018bd

Please sign in to comment.