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
lib/docs/index.html+7
| ... | ... | @@ -649,6 +649,10 @@ |
| 649 | 649 | color: #458; |
| 650 | 650 | font-weight: bold; |
| 651 | 651 | } |
| 652 | .tok-decl-ref { |
| 653 | color: #0086b3; |
| 654 | font-weight: bold; |
| 655 | } |
| 652 | 656 | |
| 653 | 657 | /* dark mode */ |
| 654 | 658 | @media (prefers-color-scheme: dark) { |
| ... | ... | @@ -723,6 +727,9 @@ |
| 723 | 727 | .tok-type { |
| 724 | 728 | color: #68f; |
| 725 | 729 | } |
| 730 | .tok-decl-ref { |
| 731 | color: lightblue; |
| 732 | } |
| 726 | 733 | } |
| 727 | 734 | |
| 728 | 735 | @media only screen and (max-width: 750px) { |