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>
This commit is contained in:
James Chen-Smith 2023-09-03 09:51:07 -05:00 committed by GitHub
parent 62f727eedb
commit c3a8f1fe92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {