Skip to content

Commit

Permalink
fix: color
Browse files Browse the repository at this point in the history
  • Loading branch information
developer committed Nov 12, 2024
1 parent 631536c commit 4035f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/colors/typography-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
--footnote-target-bg: lightcyan; /* 脚注目标背景颜色 */
--tb-odd-bg: #e6e6e6; /* 表格奇数行背景颜色 */
--tb-even-bg: #ffffff; /* 表格偶数行背景颜色 */
--tb-border-color: #eaeaea; /* 表格边框颜色 */
--tb-border-color: #150069; /* 表格边框颜色 */
--dash-color: silver; /* 虚线颜色 */
--kbd-wrap-color: #bdbdbd; /* 键盘包裹颜色 */
--kbd-text-color: var(--text-color); /* 键盘文本颜色 */
Expand Down

0 comments on commit 4035f4e

Please sign in to comment.