From 528c6d8a9cb3760b79f8a0ae93a25dec912e0390 Mon Sep 17 00:00:00 2001 From: soecka Date: Fri, 14 Mar 2025 20:29:27 +0800 Subject: [PATCH] [polish] table css --- guide/table.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guide/table.css b/guide/table.css index 3d9333b..776b995 100644 --- a/guide/table.css +++ b/guide/table.css @@ -22,7 +22,6 @@ td { th { vertical-align: bottom; - background: black; } th:last-child, @@ -38,6 +37,6 @@ tr td:first-child, tr th:first-child { position: sticky; left: 0; - background: black; + background: var(--color-background-secondary); z-index: 1; }