File tree 1 file changed +17
-13
lines changed
1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 1
- body , html {
2
- margin : 0 ;
3
- height : 100% ;
1
+ body ,
2
+ html {
3
+ margin : 0 ;
4
+ height : 100% ;
4
5
background : # ff4151 ;
5
- background-image : url ("img/light-background.png" );
6
+ background-image : url ("/splash/ img/light-background.png" );
6
7
background-size : 100% 100% ;
7
8
}
8
9
@@ -16,28 +17,31 @@ body, html {
16
17
}
17
18
18
19
.contain {
19
- display : block;
20
- width : 100% ; height : 100% ;
20
+ display : block;
21
+ width : 100% ;
22
+ height : 100% ;
21
23
object-fit : contain;
22
24
}
23
25
24
26
.stretch {
25
- display : block;
26
- width : 100% ; height : 100% ;
27
+ display : block;
28
+ width : 100% ;
29
+ height : 100% ;
27
30
}
28
31
29
32
.cover {
30
- display : block;
31
- width : 100% ; height : 100% ;
33
+ display : block;
34
+ width : 100% ;
35
+ height : 100% ;
32
36
object-fit : cover;
33
37
}
34
38
35
39
@media (prefers-color-scheme : dark) {
36
40
body {
37
- margin : 0 ;
38
- height : 100% ;
41
+ margin : 0 ;
42
+ height : 100% ;
39
43
background : # ff4151 ;
40
- background-image : url ("img/dark-background.png" );
44
+ background-image : url ("/splash/ img/dark-background.png" );
41
45
background-size : 100% 100% ;
42
46
}
43
47
}
You can’t perform that action at this time.
0 commit comments