|
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: var(--light-color-ts-type-alias); |
| 32 | + --light-color-ts-type-parameter: #a55c0e; |
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: var(--dark-color-ts-type-alias); |
| 72 | + --dark-color-ts-type-parameter: #e07d13; |
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, |
270 | | -h2 > a, |
271 | | -h3 > a, |
272 | | -h4 > a, |
273 | | -h5 > a, |
274 | | -h6 > a { |
| 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) { |
275 | 275 | text-decoration: none; |
276 | 276 | color: var(--color-text); |
277 | 277 | } |
@@ -649,6 +649,28 @@ 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 | + |
652 | 674 | .tsd-panel-group.tsd-index-group { |
653 | 675 | margin-bottom: 0; |
654 | 676 | } |
@@ -714,12 +736,15 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { |
714 | 736 | } |
715 | 737 | .tsd-navigation > a, |
716 | 738 | .tsd-navigation .tsd-accordion-summary { |
717 | | - width: calc(100% - 0.5rem); |
| 739 | + width: calc(100% - 0.25rem); |
| 740 | + display: flex; |
| 741 | + align-items: center; |
718 | 742 | } |
719 | 743 | .tsd-navigation a, |
720 | 744 | .tsd-navigation summary > span, |
721 | 745 | .tsd-page-navigation a { |
722 | | - display: inline-flex; |
| 746 | + display: flex; |
| 747 | + width: calc(100% - 0.25rem); |
723 | 748 | align-items: center; |
724 | 749 | padding: 0.25rem; |
725 | 750 | color: var(--color-text); |
@@ -759,11 +784,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { |
759 | 784 | margin-left: -1.5rem; |
760 | 785 | } |
761 | 786 |
|
762 | | -.tsd-nested-navigation > li > a, |
763 | | -.tsd-nested-navigation > li > span { |
764 | | - width: calc(100% - 1.75rem - 0.5rem); |
765 | | -} |
766 | | - |
767 | 787 | .tsd-page-navigation ul { |
768 | 788 | padding-left: 1.75rem; |
769 | 789 | } |
|
0 commit comments