File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 17
17
.content-inner .detail-header {
18
18
margin : 2.0em 0 1.0em ;
19
19
padding : .5em 1em ;
20
- background-color : var (--textDetailBackground );
20
+ background-color : var (--codeBackground );
21
21
border-left : 3px solid var (--main );
22
22
font-size : 1em ;
23
23
font-family : var (--monoFontFamily );
32
32
display : inline-block;
33
33
font-family : var (--monoFontFamily );
34
34
font-size : 1rem ;
35
- font-weight : 700 ;
36
35
}
37
36
38
37
.content-inner .detail-header : hover a .detail-link {
Original file line number Diff line number Diff line change 4
4
</section >
5
5
{{ else }}
6
6
<div class =" detail-header" >
7
- <h1 class =" signature" >
7
+ <div class =" signature" >
8
8
<span translate =" no" >{{ this.hint.title }} </span >
9
9
<div class =" version-info" translate =" no" >{{ this.hint.version }} </div >
10
- </h1 >
10
+ </div >
11
11
</div >
12
12
{{ #if this.hint.description }}
13
13
<section class =" docstring" >
You can’t perform that action at this time.
0 commit comments