File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3
3
border-bottom : 1px solid var (--border-color );
4
4
margin : 1em 0 ;
5
5
padding-bottom : 0.5rem ;
6
+ color : var (--subheading-color );
6
7
7
8
& + h3 {
8
9
margin-top : 0 ;
Original file line number Diff line number Diff line change 1
1
h1 {
2
- font-size : 2rem ;
2
+ font-size : 2rem ;
3
+ color : var (--heading-color );
3
4
}
4
5
5
6
h5 {
26
27
.subtitle {
27
28
font-weight : 600 ;
28
29
font-size : 1.5em ;
29
- color : var (--text -color );
30
+ color : var (--subheading -color );
30
31
margin : 1em 0 ;
31
32
padding : 0.4em 0 ;
32
33
border-bottom : 1px solid var (--border-color );
45
46
font-size : 1.4rem ;
46
47
font-family : var (--code-font );
47
48
font-weight : 600 ;
48
- color : var (--secondary -color );
49
+ color : var (--primary -color );
49
50
50
51
.return-type-signature {
51
52
color : #aaa ;
Original file line number Diff line number Diff line change 10
10
--text-color : #4a4a4a ;
11
11
--light-font-color : #999 ;
12
12
--supporting-color : #7097b5 ;
13
+ --heading-color : var (--text-color );
14
+ --subheading-color : var (--secondary-color );
13
15
--heading-background : #f7f7f7 ;
14
16
--code-bg-color : #f8f8f8 ;
15
17
You can’t perform that action at this time.
0 commit comments