From 482a0a97989fde23f53cb3f5acad295078887f0d Mon Sep 17 00:00:00 2001 From: Viktor Renkema Date: Mon, 23 Dec 2024 09:44:27 +0100 Subject: [PATCH] Fix inconsistent colors --- .../src/components/DocumentView/Table/table.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/gitbook/src/components/DocumentView/Table/table.module.css b/packages/gitbook/src/components/DocumentView/Table/table.module.css index 4529cd5b8..1421b0eac 100644 --- a/packages/gitbook/src/components/DocumentView/Table/table.module.css +++ b/packages/gitbook/src/components/DocumentView/Table/table.module.css @@ -57,3 +57,7 @@ .cell:not(:last-child) { @apply border-r; } + +:global(.dark) .cell { + @apply border-tint-300/3; +}