File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export default css`:host {
5
5
}
6
6
7
7
.title {
8
+ color : var (--arc-font-headline-color );
8
9
font-size : var (--arc-font-headline-font-size );
9
10
letter-spacing : var (--arc-font-headline-letter-spacing );
10
11
line-height : var (--arc-font-headline-line-height );
@@ -14,6 +15,7 @@ export default css`:host {
14
15
}
15
16
16
17
.heading2 {
18
+ color : var (--arc-font-title-color );
17
19
font-size : var (--arc-font-title-font-size );
18
20
font-weight : var (--arc-font-title-font-weight );
19
21
line-height : var (--arc-font-title-line-height );
@@ -22,6 +24,7 @@ export default css`:host {
22
24
23
25
.heading3 {
24
26
flex : 1 ;
27
+ color : var (--arc-font-subhead-color );
25
28
font-size : var (--arc-font-subhead-font-size );
26
29
font-weight : var (--arc-font-subhead-font-weight );
27
30
line-height : var (--arc-font-subhead-line-height );
You can’t perform that action at this time.
0 commit comments