|
29 | 29 | --light-color-ts-constructor-signature: var(--light-color-ts-constructor); |
30 | 30 | --light-color-ts-parameter: var(--light-color-ts-variable); |
31 | 31 | /* type literal not included as links will never be generated to it */ |
32 | | - --light-color-ts-type-parameter: #a55c0e; |
| 32 | + --light-color-ts-type-parameter: var(--light-color-ts-type-alias); |
33 | 33 | --light-color-ts-accessor: var(--light-color-ts-property); |
34 | 34 | --light-color-ts-get-signature: var(--light-color-ts-accessor); |
35 | 35 | --light-color-ts-set-signature: var(--light-color-ts-accessor); |
|
69 | 69 | --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); |
70 | 70 | --dark-color-ts-parameter: var(--dark-color-ts-variable); |
71 | 71 | /* type literal not included as links will never be generated to it */ |
72 | | - --dark-color-ts-type-parameter: #e07d13; |
| 72 | + --dark-color-ts-type-parameter: var(--dark-color-ts-type-alias); |
73 | 73 | --dark-color-ts-accessor: var(--dark-color-ts-property); |
74 | 74 | --dark-color-ts-get-signature: var(--dark-color-ts-accessor); |
75 | 75 | --dark-color-ts-set-signature: var(--dark-color-ts-accessor); |
@@ -266,12 +266,12 @@ h6 { |
266 | 266 | line-height: 1.2; |
267 | 267 | } |
268 | 268 |
|
269 | | -h1 > a:not(.link), |
270 | | -h2 > a:not(.link), |
271 | | -h3 > a:not(.link), |
272 | | -h4 > a:not(.link), |
273 | | -h5 > a:not(.link), |
274 | | -h6 > a:not(.link) { |
| 269 | +h1 > a, |
| 270 | +h2 > a, |
| 271 | +h3 > a, |
| 272 | +h4 > a, |
| 273 | +h5 > a, |
| 274 | +h6 > a { |
275 | 275 | text-decoration: none; |
276 | 276 | color: var(--color-text); |
277 | 277 | } |
@@ -649,28 +649,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { |
649 | 649 | font-weight: bold; |
650 | 650 | } |
651 | 651 |
|
652 | | -.tsd-full-hierarchy:not(:last-child) { |
653 | | - margin-bottom: 1em; |
654 | | - padding-bottom: 1em; |
655 | | - border-bottom: 1px solid var(--color-accent); |
656 | | -} |
657 | | -.tsd-full-hierarchy, |
658 | | -.tsd-full-hierarchy ul { |
659 | | - list-style: none; |
660 | | - margin: 0; |
661 | | - padding: 0; |
662 | | -} |
663 | | -.tsd-full-hierarchy ul { |
664 | | - padding-left: 1.5rem; |
665 | | -} |
666 | | -.tsd-full-hierarchy a { |
667 | | - padding: 0.25rem 0 !important; |
668 | | - font-size: 1rem; |
669 | | - display: inline-flex; |
670 | | - align-items: center; |
671 | | - color: var(--color-text); |
672 | | -} |
673 | | - |
674 | 652 | .tsd-panel-group.tsd-index-group { |
675 | 653 | margin-bottom: 0; |
676 | 654 | } |
@@ -736,15 +714,12 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { |
736 | 714 | } |
737 | 715 | .tsd-navigation > a, |
738 | 716 | .tsd-navigation .tsd-accordion-summary { |
739 | | - width: calc(100% - 0.25rem); |
740 | | - display: flex; |
741 | | - align-items: center; |
| 717 | + width: calc(100% - 0.5rem); |
742 | 718 | } |
743 | 719 | .tsd-navigation a, |
744 | 720 | .tsd-navigation summary > span, |
745 | 721 | .tsd-page-navigation a { |
746 | | - display: flex; |
747 | | - width: calc(100% - 0.25rem); |
| 722 | + display: inline-flex; |
748 | 723 | align-items: center; |
749 | 724 | padding: 0.25rem; |
750 | 725 | color: var(--color-text); |
@@ -784,6 +759,11 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { |
784 | 759 | margin-left: -1.5rem; |
785 | 760 | } |
786 | 761 |
|
| 762 | +.tsd-nested-navigation > li > a, |
| 763 | +.tsd-nested-navigation > li > span { |
| 764 | + width: calc(100% - 1.75rem - 0.5rem); |
| 765 | +} |
| 766 | + |
787 | 767 | .tsd-page-navigation ul { |
788 | 768 | padding-left: 1.75rem; |
789 | 769 | } |
|
0 commit comments