File tree 3 files changed +26
-5
lines changed
3 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 15
15
body {
16
16
display : flex;
17
17
margin : 0 ;
18
+ background : # 181818 ;
19
+ transition :
20
+ color 0.5s ,
21
+ background-color 0.5s ;
22
+ will-change : color, background-color;
23
+
24
+ @media (prefers-color-scheme : light) {
25
+ background : # fff ;
26
+ }
27
+
28
+ @media (prefers-color-scheme : dark) {
29
+ background : # 181818 ;
30
+ }
18
31
}
19
32
20
33
wc-trakt-extension {
Original file line number Diff line number Diff line change 15
15
body {
16
16
display : flex;
17
17
margin : 0 ;
18
- background : # fff ;
18
+ background : # 181818 ;
19
19
transition :
20
- color 0.5s ,
21
- background-color 0.5s ;
20
+ color 0.5s ,
21
+ background-color 0.5s ;
22
22
will-change : color, background-color;
23
23
24
+ @media (prefers-color-scheme : light) {
25
+ background : # fff ;
26
+ }
27
+
24
28
@media (prefers-color-scheme : dark) {
25
- background : # 181818 ;
29
+ background : # 181818 ;
26
30
}
27
31
}
28
32
Original file line number Diff line number Diff line change 26
26
font-size : 1rem ;
27
27
-webkit-font-smoothing : antialiased;
28
28
-moz-osx-font-smoothing : grayscale;
29
- background : # fff ;
29
+ background : # 181818 ;
30
30
transition :
31
31
color 0.5s ,
32
32
background-color 0.5s ;
33
33
will-change : color, background-color;
34
34
35
+ @media (prefers-color-scheme : light) {
36
+ background : # fff ;
37
+ }
38
+
35
39
@media (prefers-color-scheme : dark) {
36
40
background : # 181818 ;
37
41
}
You can’t perform that action at this time.
0 commit comments