File tree 2 files changed +8
-7
lines changed 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,14 @@ a.autorefs-external::after {
12
12
content : ' ' ;
13
13
14
14
display : inline-block;
15
+ vertical-align : middle;
15
16
position : relative;
16
- top : 0.1em ;
17
+ bottom : 0.1em ;
17
18
margin-left : 0.2em ;
18
19
margin-right : 0.1em ;
19
20
20
- height : 1 em ;
21
- width : 1 em ;
21
+ height : 0.7 em ;
22
+ width : 0.7 em ;
22
23
border-radius : 100% ;
23
24
background-color : var (--md-typeset-a-color );
24
25
}
Original file line number Diff line number Diff line change @@ -70,20 +70,20 @@ a.autorefs-external::after {
70
70
content : ' ' ;
71
71
72
72
display : inline-block ;
73
+ vertical-align : middle ;
73
74
position : relative ;
74
- top : 0.1em ;
75
+ bottom : 0.1em ;
75
76
margin-left : 0.2em ;
76
77
margin-right : 0.1em ;
77
78
78
- height : 1 em ;
79
- width : 1 em ;
79
+ height : 0.7 em ;
80
+ width : 0.7 em ;
80
81
border-radius : 100% ;
81
82
background-color : var (--md-typeset-a-color );
82
83
}
83
84
a .autorefs-external :hover ::after {
84
85
background-color : var (--md-accent-fg-color );
85
86
}
86
-
87
87
```
88
88
89
89
### Recommended style (ReadTheDocs)
You can’t perform that action at this time.
0 commit comments