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; +}