From 70135e733f3e8959b75f314abb4e6ff5d2530005 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 30 Dec 2022 22:00:14 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/6951 --- app/src/assets/scss/_typography.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/assets/scss/_typography.scss b/app/src/assets/scss/_typography.scss index 4629ca63a..ca3377eda 100644 --- a/app/src/assets/scss/_typography.scss +++ b/app/src/assets/scss/_typography.scss @@ -211,7 +211,8 @@ display: inline-block; width: max-content; - tr { + tr td, + tr th { background-color: var(--b3-theme-surface); border-top: 1px solid var(--b3-theme-surface-lighter); } @@ -239,7 +240,7 @@ font-weight: normal; } - tbody tr:nth-child(2n) { + tbody tr:nth-child(2n) td { background-color: var(--b3-theme-background); } }