File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
.docs article code [class *= " language-" ],
9
9
.docs article pre [class *= " language-" ] {
10
- font-size : 11 px ;
10
+ font-size : 12 px ;
11
11
line-height : 2.0 ;
12
12
vertical-align : middle ;
13
13
}
@@ -23,7 +23,7 @@ pre[class*="language-"] {
23
23
word-spacing : normal ;
24
24
word-break : normal ;
25
25
line-height : 1.7 ;
26
- font-size : 11.5 px ;
26
+ font-size : 12 px ;
27
27
28
28
-moz-tab-size : 4 ;
29
29
-o-tab-size : 4 ;
Original file line number Diff line number Diff line change 10
10
font-weight : 400 ;
11
11
padding : 0.75rem 0.75rem 0.75rem 0 ;
12
12
margin : 0 ;
13
- font-weight : 600 ;
14
13
cursor : pointer ;
15
14
transition : color 0.1s linear ;
16
15
border-bottom : 1px dashed rgba (0 , 0 , 0 , 0.1 );
16
+ font-family : $font ;
17
17
18
18
& :focus {
19
19
outline : 0 ;
66
66
font-weight : 400 ;
67
67
padding : 0 ;
68
68
margin : 0 ;
69
- line-height : 25 px ;
69
+ line-height : 30 px ;
70
70
71
71
> ul {
72
72
list-style : none ;
Original file line number Diff line number Diff line change 22
22
list-style : none ;
23
23
font-size : 16px ;
24
24
font-weight : bold ;
25
+ font-weight : 600 ;
25
26
line-height : 1.5 ;
26
27
padding-bottom : 50px ;
27
28
border-bottom : 1px solid $color__faint ;
80
81
81
82
h4 {
82
83
font-size : 16px ;
83
- font-weight : 700 ;
84
+ font-weight : bold ;
85
+ font-weight : 600 ;
84
86
margin-top : 35px ;
85
87
margin-bottom : 10px ;
88
+ font-family : $font ;
86
89
}
87
90
88
91
a {
You can’t perform that action at this time.
0 commit comments