|
14 | 14 | --dim-container-main-margin-y: 0px; |
15 | 15 | --reference-column-padding-top: 1.5rem; |
16 | 16 | --reference-content-padding-x: 2rem; |
17 | | - --reference-nav-nested-indent: .8rem; |
| 17 | + --reference-nav-nested-indent: 0.8rem; |
18 | 18 | --reference-nav-item-padding-y: 0.3rem; |
19 | | - --reference-header-logo: url("https://static.invertase.io/assets/react-native-firebase-favicon.png"); |
| 19 | + --reference-header-logo: url('https://static.invertase.io/assets/react-native-firebase-favicon.png'); |
20 | 20 | --reference-header-logo-size: 1.75rem; |
21 | 21 | --reference-nav-active-radius: 0.375rem; |
22 | 22 | --reference-nav-hover-bg: lab(98% 0 0); |
|
30 | 30 | } |
31 | 31 |
|
32 | 32 | .tsd-toolbar-contents > .title::before { |
33 | | - content: ""; |
| 33 | + content: ''; |
34 | 34 | width: var(--reference-header-logo-size); |
35 | 35 | height: var(--reference-header-logo-size); |
36 | 36 | flex-shrink: 0; |
|
41 | 41 | font-size: var(--reference-header-actions-font-size); |
42 | 42 | } |
43 | 43 |
|
44 | | -footer, .tsd-filter-visibility { |
| 44 | +footer, |
| 45 | +.tsd-filter-visibility { |
45 | 46 | display: none; |
46 | 47 | } |
47 | 48 |
|
@@ -102,76 +103,76 @@ footer, .tsd-filter-visibility { |
102 | 103 | } |
103 | 104 |
|
104 | 105 | @media (prefers-color-scheme: dark) { |
105 | | - :root:not([data-theme="light"]) { |
| 106 | + :root:not([data-theme='light']) { |
106 | 107 | --reference-nav-hover-bg: lab(100% 0 0 / 5%); |
107 | 108 | } |
108 | 109 | } |
109 | 110 |
|
110 | | -:root[data-theme="dark"] { |
| 111 | +:root[data-theme='dark'] { |
111 | 112 | --reference-nav-hover-bg: lab(100% 0 0 / 5%); |
112 | 113 | } |
113 | 114 |
|
114 | 115 | @media (prefers-color-scheme: dark) { |
115 | | - :root:not([data-theme="light"]) .col-content, |
116 | | - :root:not([data-theme="light"]) .site-menu, |
117 | | - :root:not([data-theme="light"]) .page-menu, |
118 | | - :root:not([data-theme="light"]) #tsd-sidebar-links { |
| 116 | + :root:not([data-theme='light']) .col-content, |
| 117 | + :root:not([data-theme='light']) .site-menu, |
| 118 | + :root:not([data-theme='light']) .page-menu, |
| 119 | + :root:not([data-theme='light']) #tsd-sidebar-links { |
119 | 120 | --color-text: var(--reference-dark-body-text); |
120 | 121 | } |
121 | 122 |
|
122 | | - :root:not([data-theme="light"]) .col-content { |
| 123 | + :root:not([data-theme='light']) .col-content { |
123 | 124 | color: var(--reference-dark-body-text); |
124 | 125 | } |
125 | 126 |
|
126 | | - :root:not([data-theme="light"]) .col-content :is(h1, h2, h3, h4, h5, h6) { |
| 127 | + :root:not([data-theme='light']) .col-content :is(h1, h2, h3, h4, h5, h6) { |
127 | 128 | color: var(--dark-color-text); |
128 | 129 | } |
129 | 130 | } |
130 | 131 |
|
131 | | -:root[data-theme="dark"] .col-content, |
132 | | -:root[data-theme="dark"] .site-menu, |
133 | | -:root[data-theme="dark"] .page-menu, |
134 | | -:root[data-theme="dark"] #tsd-sidebar-links { |
| 132 | +:root[data-theme='dark'] .col-content, |
| 133 | +:root[data-theme='dark'] .site-menu, |
| 134 | +:root[data-theme='dark'] .page-menu, |
| 135 | +:root[data-theme='dark'] #tsd-sidebar-links { |
135 | 136 | --color-text: var(--reference-dark-body-text); |
136 | 137 | } |
137 | 138 |
|
138 | | -:root[data-theme="dark"] .col-content { |
| 139 | +:root[data-theme='dark'] .col-content { |
139 | 140 | color: var(--reference-dark-body-text); |
140 | 141 | } |
141 | 142 |
|
142 | | -:root[data-theme="dark"] .col-content :is(h1, h2, h3, h4, h5, h6) { |
| 143 | +:root[data-theme='dark'] .col-content :is(h1, h2, h3, h4, h5, h6) { |
143 | 144 | color: var(--dark-color-text); |
144 | 145 | } |
145 | 146 |
|
146 | 147 | @media (prefers-color-scheme: light) { |
147 | | - :root:not([data-theme="dark"]) .col-content, |
148 | | - :root:not([data-theme="dark"]) .site-menu, |
149 | | - :root:not([data-theme="dark"]) .page-menu, |
150 | | - :root:not([data-theme="dark"]) #tsd-sidebar-links { |
| 148 | + :root:not([data-theme='dark']) .col-content, |
| 149 | + :root:not([data-theme='dark']) .site-menu, |
| 150 | + :root:not([data-theme='dark']) .page-menu, |
| 151 | + :root:not([data-theme='dark']) #tsd-sidebar-links { |
151 | 152 | --color-text: var(--reference-light-body-text); |
152 | 153 | } |
153 | 154 |
|
154 | | - :root:not([data-theme="dark"]) .col-content { |
| 155 | + :root:not([data-theme='dark']) .col-content { |
155 | 156 | color: var(--reference-light-body-text); |
156 | 157 | } |
157 | 158 |
|
158 | | - :root:not([data-theme="dark"]) .col-content :is(h1, h2, h3, h4, h5, h6) { |
| 159 | + :root:not([data-theme='dark']) .col-content :is(h1, h2, h3, h4, h5, h6) { |
159 | 160 | color: var(--light-color-text); |
160 | 161 | } |
161 | 162 | } |
162 | 163 |
|
163 | | -:root[data-theme="light"] .col-content, |
164 | | -:root[data-theme="light"] .site-menu, |
165 | | -:root[data-theme="light"] .page-menu, |
166 | | -:root[data-theme="light"] #tsd-sidebar-links { |
| 164 | +:root[data-theme='light'] .col-content, |
| 165 | +:root[data-theme='light'] .site-menu, |
| 166 | +:root[data-theme='light'] .page-menu, |
| 167 | +:root[data-theme='light'] #tsd-sidebar-links { |
167 | 168 | --color-text: var(--reference-light-body-text); |
168 | 169 | } |
169 | 170 |
|
170 | | -:root[data-theme="light"] .col-content { |
| 171 | +:root[data-theme='light'] .col-content { |
171 | 172 | color: var(--reference-light-body-text); |
172 | 173 | } |
173 | 174 |
|
174 | | -:root[data-theme="light"] .col-content :is(h1, h2, h3, h4, h5, h6) { |
| 175 | +:root[data-theme='light'] .col-content :is(h1, h2, h3, h4, h5, h6) { |
175 | 176 | color: var(--light-color-text); |
176 | 177 | } |
177 | 178 |
|
|
0 commit comments