File tree 3 files changed +0
-20
lines changed
3 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 280
280
color : rgb (235 235 235 / 64% );
281
281
font-size : 1rem ;
282
282
background : # 181818 ;
283
- transition :
284
- color 0.5s ,
285
- background-color 0.5s ;
286
- will-change : color, background-color;
287
-
288
- @media (prefers-color-scheme : light) {
289
- background : # fff ;
290
- }
291
-
292
- @media (prefers-color-scheme : dark) {
293
- background : # 181818 ;
294
- }
295
283
}
296
284
297
285
wc-trakt-extension {
Original file line number Diff line number Diff line change 266
266
color : rgb (235 235 235 / 64% );
267
267
font-size : 1rem ;
268
268
background : # 181818 ;
269
- transition :
270
- color 0.5s ,
271
- background-color 0.5s ;
272
- will-change : color, background-color;
273
269
}
274
270
275
271
wc-trakt-extension {
Original file line number Diff line number Diff line change 270
270
color : rgb (235 235 235 / 64% );
271
271
font-size : 1rem ;
272
272
background : # 181818 ;
273
- transition :
274
- color 0.5s ,
275
- background-color 0.5s ;
276
- will-change : color, background-color;
277
273
-webkit-font-smoothing : antialiased;
278
274
-moz-osx-font-smoothing : grayscale;
279
275
}
You can’t perform that action at this time.
0 commit comments