From c37cdb7f8ee8180ca64be527d3e06407af53e4c0 Mon Sep 17 00:00:00 2001 From: Ashley Henry Date: Thu, 9 May 2024 13:53:56 -0400 Subject: [PATCH] table header doesn't need to be white to pass accessibility tests --- _extensions/posit-docs/theme-dark.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_extensions/posit-docs/theme-dark.scss b/_extensions/posit-docs/theme-dark.scss index cd9bfac..5d5d772 100644 --- a/_extensions/posit-docs/theme-dark.scss +++ b/_extensions/posit-docs/theme-dark.scss @@ -312,10 +312,6 @@ div.callout-important.callout-style-default > .callout-header { border-top: 2px solid #101e2b; } -th { - color: #ffffff !important; -} - /* Striped table styles */ .table-striped > tbody > tr:nth-of-type(odd) > * {