File tree Expand file tree Collapse file tree 10 files changed +10
-11
lines changed Expand file tree Collapse file tree 10 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ blockquote {
32
32
33
33
cite {
34
34
color : $off-black ;
35
- font-size : 1 rem ;
35
+ font-size : var ( --w3c-text-0 ) ;
36
36
font-style : normal ;
37
37
font-weight : bold ;
38
38
}
Original file line number Diff line number Diff line change 48
48
}
49
49
50
50
#archive-banner .archive-banner__message h3 {
51
- font-size : 1rem ;
52
- line-height : calc (32 / 24 );
51
+ font-size : var (--w3c-text-0 );
53
52
}
54
53
55
54
#archive-banner .archive-banner__message h3 + * {
Original file line number Diff line number Diff line change 80
80
}
81
81
82
82
.comment__author {
83
- font-size : 1 rem ;
83
+ font-size : var ( --w3c-text-0 ) ;
84
84
font-weight : bold ;
85
85
line-height : calc (32 / 24 );
86
86
}
Original file line number Diff line number Diff line change 122
122
}
123
123
124
124
h2 {
125
- font-size : 1 rem ;
125
+ font-size : var ( --w3c-text-0 ) ;
126
126
font-weight : normal ;
127
127
}
128
128
}
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ li.top-nav-item + li.top-nav-item {
188
188
.global-nav__inner .top-nav-item > * :first-child {
189
189
@include mq ($max-width ) {
190
190
block-size : 100% ;
191
- font-size : 1 rem ;
191
+ font-size : var ( --w3c-text-0 ) ;
192
192
line-height : rem (27 );
193
193
padding : rem (10 ) rem (5 ) rem (7 ) !important ;
194
194
position : relative ;
Original file line number Diff line number Diff line change 7
7
padding-block : rem (50 );
8
8
9
9
h2 {
10
- font-size : 1 rem ;
10
+ font-size : var ( --w3c-text-0 ) ;
11
11
font-weight : normal ;
12
12
// margin-block-end: rem(24);
13
13
}
Original file line number Diff line number Diff line change 11
11
// }
12
12
13
13
.toc h2 {
14
- font-size : 1 rem ;
14
+ font-size : var ( --w3c-text-0 ) ;
15
15
font-weight : normal ;
16
16
}
17
17
Original file line number Diff line number Diff line change 45
45
.translations h3 ,
46
46
.translations h5 ,
47
47
.translations .sidebar span {
48
- font-size : 1 rem ;
48
+ font-size : var ( --w3c-text-0 ) ;
49
49
font-weight : normal ;
50
50
padding-block : rem (10 );
51
51
}
Original file line number Diff line number Diff line change 106
106
border-radius : 0 ;
107
107
color : $off-black ;
108
108
display : flex ;
109
- font-size : 1 rem ;
109
+ font-size : var ( --w3c-text-0 ) ;
110
110
inline-size : 100% ;
111
111
line-height : inherit ;
112
112
outline : solid 1px transparent ;
Original file line number Diff line number Diff line change 30
30
}
31
31
32
32
.groups .sidebar h3 {
33
- font-size : 1 rem ;
33
+ font-size : var ( --w3c-text-0 ) ;
34
34
font-weight : normal ;
35
35
line-height : rem (44 );
36
36
}
You can’t perform that action at this time.
0 commit comments