zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit c3a8f1fe9268b2b24ae49a2d3490210a3a221dac (tree)
parent 62f727eedb2b8d8b8f922d52a0ff4218a92e6cff
Author: James Chen-Smith <15643597+jameschensmith@users.noreply.github.com>
Date:   Sun,  3 Sep 2023 09:51:07 -0500

autodoc: Extract decl ref style and fix light mode color (#15990)

Co-authored-by: James Chen-Smith <james@chen-smith.net>
Co-authored-by: Loris Cro <kappaloris@gmail.com>
Diffstat:
Mlib/docs/index.html | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git 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) {