From c3a8f1fe9268b2b24ae49a2d3490210a3a221dac Mon Sep 17 00:00:00 2001 From: James Chen-Smith <15643597+jameschensmith@users.noreply.github.com> Date: Sun, 3 Sep 2023 09:51:07 -0500 Subject: [PATCH] autodoc: Extract decl ref style and fix light mode color (#15990) Co-authored-by: James Chen-Smith Co-authored-by: Loris Cro --- lib/docs/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/docs/index.html b/lib/docs/index.html index 808b235825..cf2905cde7 100644 --- a/lib/docs/index.html +++ b/lib/docs/index.html @@ -649,6 +649,10 @@ color: #458; font-weight: bold; } + .tok-decl-ref { + color: #0086b3; + font-weight: bold; + } /* dark mode */ @media (prefers-color-scheme: dark) { @@ -723,6 +727,9 @@ .tok-type { color: #68f; } + .tok-decl-ref { + color: lightblue; + } } @media only screen and (max-width: 750px) {