Skip to content

Commit

Permalink
test: 表格奇偶数行bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
developer committed Nov 12, 2024
1 parent 5d973f5 commit 631536c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/colors/typography-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
--card-hovor-bg: linear-gradient(to bottom, #e2e2e2, #dcdcdc); /* 卡片悬停背景渐变 */
--card-shadow: rgba(0, 0, 0, 0.08) 0 2px 4px, rgba(0, 0, 0, 0.08) 0 0 0 1px; /* 柔和的卡片阴影 */
--footnote-target-bg: lightcyan; /* 脚注目标背景颜色 */
--tb-odd-bg: #fbfcfd; /* 表格奇数行背景颜色 */
--tb-odd-bg: #e6e6e6; /* 表格奇数行背景颜色 */
--tb-even-bg: #ffffff; /* 表格偶数行背景颜色 */
--tb-border-color: #eaeaea; /* 表格边框颜色 */
--dash-color: silver; /* 虚线颜色 */
--kbd-wrap-color: #bdbdbd; /* 键盘包裹颜色 */
Expand Down

0 comments on commit 631536c

Please sign in to comment.