authorgravatar for 15643597+jameschensmith@users.noreply.github.comJames Chen-Smith <15643597+jameschensmith@users.noreply.github.com> 2023-09-03 09:51:07-05:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2023-09-03 16:51:07+02:00
logc3a8f1fe9268b2b24ae49a2d3490210a3a221dac
treec028f651da13caa5a4a251afed635c67bbaf7cf5
parent62f727eedb2b8d8b8f922d52a0ff4218a92e6cff
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

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>

1 files changed, 7 insertions(+), 0 deletions(-)

lib/docs/index.html+7
......@@ -649,6 +649,10 @@
649649 color: #458;
650650 font-weight: bold;
651651 }
652 .tok-decl-ref {
653 color: #0086b3;
654 font-weight: bold;
655 }
652656
653657 /* dark mode */
654658 @media (prefers-color-scheme: dark) {
......@@ -723,6 +727,9 @@
723727 .tok-type {
724728 color: #68f;
725729 }
730 .tok-decl-ref {
731 color: lightblue;
732 }
726733 }
727734
728735 @media only screen and (max-width: 750px) {