File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 6
6
< title > Firefox Profiler - Profiling Not Available</ title >
7
7
< style >
8
8
: root {
9
- --bg-color : # ffffff ;
9
+ --bg-color : # fff ;
10
10
--text-color : # 333 ;
11
11
--heading-color : # d32f2f ;
12
12
--note-color : # 666 ;
21
21
}
22
22
}
23
23
24
+ html {
25
+ width : 370px ;
26
+ }
27
+
24
28
body {
25
- font-family : Arial, sans-serif;
26
- margin : 0 ;
27
- padding : 20px ;
28
- background-color : var (--bg-color );
29
- color : var (--text-color );
30
29
width : 370px ;
31
30
box-sizing : border-box;
32
31
padding : 20px ;
32
+ margin : 0 ;
33
+ background-color : var (--bg-color );
34
+ color : var (--text-color );
35
+ font-family : Arial, sans-serif;
33
36
}
34
37
35
38
h1 {
36
- color : var (--heading-color );
37
- font-size : 20px ;
38
- margin-top : 0 ;
39
39
display : flex;
40
40
align-items : center;
41
+ margin-top : 0 ;
42
+ color : var (--heading-color );
43
+ font-size : 20px ;
41
44
}
42
45
43
46
h1 svg {
44
47
margin-right : 10px ;
45
48
}
46
49
47
50
p {
51
+ margin-bottom : 15px ;
48
52
font-size : 14px ;
49
53
line-height : 1.5 ;
50
- margin-bottom : 15px ;
51
54
}
52
55
53
56
.note {
54
- font-style : italic;
55
57
color : var (--note-color );
58
+ font-style : italic;
56
59
}
57
60
</ style >
58
61
</ head >
You can’t perform that action at this time.
0 commit comments