File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ figure.code {
31
31
border-radius : var (--borderRadius ) var (--borderRadius ) 0 0 ;
32
32
background-color : # 544c50 ;
33
33
color : # ebdbb2 ;
34
- padding : 2 px 9.5px ;
34
+ padding : 1 px 9.5px ;
35
35
font-family : var (--sansFontFamily );
36
+ font-size : rfs (1.1rem );
36
37
& span .liquid-tags-code-title {
37
38
flex-grow : 1 ;
38
39
}
@@ -47,13 +48,12 @@ figure.code {
47
48
position : relative;
48
49
margin-left : 30px ;
49
50
& : before {
50
- display : inline-block ;
51
- height : 18 px ;
52
- width : 18 px ;
51
+ height : rfs ( 0.9 rem ) ;
52
+ width : rfs ( 0.9 rem ) ;
53
+ top : rfs ( 0.35 rem ) ;
53
54
content : url ("data:image/svg+xml,%3Csvg%20image-rendering%3D%22optimizeQuality%22%20shape-rendering%3D%22geometricPrecision%22%20text-rendering%3D%22geometricPrecision%22%20viewBox%3D%220%200%20294%20452.5%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23b8bb26%22%3E%3Cpath%20d%3D%22m126%200h42v185h62l-83%20111-83-111h62z%22%2F%3E%3Cpath%20d%3D%22m294%20257v105c-98%200-196%200-294%200v-105h34v71h226v-71z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A" );
54
55
margin : 0 ;
55
56
padding : 0 4px 0 0 ;
56
- top : 4px ;
57
57
right : 100% ;
58
58
position : absolute;
59
59
}
You can’t perform that action at this time.
0 commit comments