File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 165165 margin : 0 ;
166166 padding : 1rem ;
167167 max-width : none;
168- background : white ;
168+ background : var ( --color-bg ) ;
169169 border : none;
170170 border-radius : 0 ;
171171 display : flex;
201201 width : 32px ;
202202 height : 32px ;
203203 padding : 0 ;
204- border : 1px solid # ccc ;
204+ border : 1px solid var ( --color-border ) ;
205205 border-radius : 4px ;
206- background : # f5f5f5 ;
206+ background : var (--color-bg-secondary );
207+ color : var (--color-text );
207208 font-size : 1.25rem ;
208209 cursor : pointer;
209210
210211 & : hover {
211- background : # e0e0e0 ;
212+ background : var ( --color-bg ) ;
212213 }
213214}
214215
215216.collapsiblePanel {
216217 margin : 0.5rem 0 ;
217218 padding : 0.5rem 0.75rem ;
218- border : 1px solid # e0e0e0 ;
219+ border : 1px solid var ( --color-border ) ;
219220 border-radius : 4px ;
220- background-color : # fafafa ;
221+ background-color : var ( --color-bg-secondary ) ;
221222 font-size : 0.875rem ;
222223 cursor : pointer;
223224 transition : background-color 0.15s ;
224225
225226 & : hover {
226- background-color : # f0f0f0 ;
227+ background-color : var ( --color-bg ) ;
227228 }
228229}
229230
235236
236237.collapsibleLabel {
237238 font-weight : 600 ;
238- color : # 555 ;
239+ color : var ( --color-text ) ;
239240}
240241
241242.collapsibleSize {
242- color : # 888 ;
243+ color : var ( --color-text-secondary ) ;
243244 font-size : 0.75rem ;
244245}
245246
246247.collapsibleToggle {
247248 margin-left : auto;
248- color : # 888 ;
249+ color : var ( --color-text-secondary ) ;
249250 font-size : 0.75rem ;
250251}
251252
252253.collapsiblePreview {
253254 margin-top : 0.25rem ;
254- color : # 666 ;
255+ color : var ( --color-text-secondary ) ;
255256 font-family : monospace;
256257 font-size : 0.8rem ;
257258 white-space : nowrap;
263264 margin : 0.5rem 0 0 ;
264265 padding : 0.5rem ;
265266 border-radius : 4px ;
266- background-color : # f5f5f5 ;
267+ background-color : var (--color-bg );
268+ color : var (--color-text );
267269 font-family : monospace;
268270 font-size : 0.8rem ;
269271 white-space : pre-wrap;
You can’t perform that action at this time.
0 commit comments