From 0aa57987625ece8a9d5acb7c6449f8e3a63e74d6 Mon Sep 17 00:00:00 2001 From: wjhendry Date: Fri, 31 Jan 2025 12:21:29 +0000 Subject: [PATCH] updates based on PTL-1783: format of snippets in table headers --- src/css/custom.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index 5c9b32b826..5ac95220e0 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -71,7 +71,7 @@ --toc-sidebar-width: 140px; /** Feedback widget */ - --feedback-primary-color: #1a00de; + --feedback-primary-color: #1a00de; --feedback-font-family: var(--primary-font); } @@ -903,4 +903,9 @@ rapid-badge { margin-left: auto; margin-right: auto; max-width: 70%; +} + +th > code { + color: black; + font-weight: initial; } \ No newline at end of file