From 119388a6a62136f4f2e9b6f29882d1c536f74a54 Mon Sep 17 00:00:00 2001 From: gary-Shen Date: Thu, 16 Nov 2023 14:00:32 +0800 Subject: [PATCH] docs: update style --- src/styles/globals.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/globals.css b/src/styles/globals.css index af7997be..2b5d2f56 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -18,6 +18,14 @@ body { color: #121316 !important; } +.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)) { + color: rgb(18 19 22 / 80%) !important; +} + +.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: rgb(18 19 22 / 80%) !important; +} + a { color: rgb(18 19 22 / 80%); }