File tree Expand file tree Collapse file tree 2 files changed +17
-13
lines changed Expand file tree Collapse file tree 2 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 4
4
font-family : Inter;
5
5
text-rendering : optimizeLegibility;
6
6
font-size : 16px ;
7
+ -webkit-font-smoothing : antialiased;
8
+ -moz-osx-font-smoothing : grayscale;
9
+ text-rendering : optimizeLegibility;
10
+ text-shadow : 1px 1px 1px rgba (0 , 0 , 0 , 0.05 );
7
11
}
8
12
9
13
# wrapper {
Original file line number Diff line number Diff line change 1
1
.obsidian-callout {
2
- line-height : 20.8 px ;
3
- padding : 12 px ;
4
- padding-left : 25 px ;
5
- padding-right : 25 px ;
2
+ line-height : 1 em ;
3
+ padding : 0.6 em ;
4
+ padding-left : 1.35 em ;
5
+ padding-right : 1.35 em ;
6
6
border-radius : 5px ;
7
- margin-top : 10 px ;
8
- margin-bottom : 10 px ;
7
+ margin-top : 0.5 em ;
8
+ margin-bottom : 0.5 em ;
9
9
}
10
10
11
11
.obsidian-callout-icon {
12
- width : 18 px ;
13
- height : 18 px ;
14
- line-height : 20.8 px ;
15
- margin-right : 2 px ;
12
+ width : 1 em ;
13
+ height : 1 em ;
14
+ line-height : 1.35 em ;
15
+ margin-right : 1 em ;
16
16
}
17
17
18
18
.obsidian-callout-title {
19
- line-height : 20.8 px ;
19
+ line-height : 1.35 em ;
20
20
position : relative;
21
- top : -2 px ;
22
- font-size : 16 px ;
21
+ top : 0 em ;
22
+ font-size : 0.89 em ;
23
23
font-weight : 600 ;
24
24
display : inline-block;
25
25
}
You can’t perform that action at this time.
0 commit comments