File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
packages/site-kit/src/lib Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 65
65
ol ,
66
66
ul {
67
67
margin : 1em 0 ;
68
- font-size : var (--sk-text-m );
68
+ font-size : var (--sk-text-body );
69
69
}
70
70
71
71
/* TODO is this still used? don't think so */
Original file line number Diff line number Diff line change 73
73
font-size : var (--sk-text-s );
74
74
}
75
75
h3 {
76
- font-size : var (--sk-text-m );
76
+ font-size : var (--sk-text-body );
77
77
}
78
78
h2 {
79
79
font-size : var (--sk-text-l );
Original file line number Diff line number Diff line change 31
31
--sk-text-xl : 3rem ;
32
32
--sk-text-l : 2.4rem ;
33
33
--sk-text-m : 2rem ;
34
+ --sk-text-body : 2.4rem ;
34
35
--sk-text-s : 1.8rem ;
35
36
--sk-text-xs : 1.4rem ;
36
37
--sk-line-max-width : 84rem ;
37
38
39
+ @media (min-resolution : 2x ) {
40
+ --sk-text-body : 2rem ;
41
+ }
42
+
38
43
--sk-focus-outline : 0 0 0 2px hsla (var (--sk-theme-1-hsl ), 0.6 );
39
44
40
45
/* Base colors */
You can’t perform that action at this time.
0 commit comments