File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ export default defineConfig({
63
63
} ,
64
64
} ,
65
65
globalCss : {
66
+ '*' : {
67
+ scrollbarColor : "var(--colors-fg-default) transparent" ,
68
+ scrollbarWidth : "thin" ,
69
+ } ,
66
70
":root" : {
67
71
fontWeight : "normal" ,
68
72
fontSize : "14px" ,
@@ -76,8 +80,10 @@ export default defineConfig({
76
80
} ,
77
81
h1 : {
78
82
fontSize : "1.5rem" ,
83
+ lineHeight : "calc(1.5 * var(--line-heights-normal))" ,
79
84
sm : {
80
85
fontSize : "2rem" ,
86
+ lineHeight : "calc(2 * var(--line-heights-normal))"
81
87
}
82
88
}
83
89
} ,
Original file line number Diff line number Diff line change 19
19
font-variant-numeric : tabular-nums lining-nums;
20
20
}
21
21
22
- /* *+* {
23
- margin-top: var(--line-heights-normal);
24
- } */
25
-
26
22
body {
27
23
line-height : var (--line-heights-normal );
28
24
}
39
35
}
40
36
41
37
h1 {
42
- line-height : calc (2 * var (--line-heights-normal ));
43
38
margin-bottom : calc (var (--line-heights-normal ) * 2 );
44
39
text-transform : uppercase;
45
40
}
248
243
line-height : 0 ;
249
244
}
250
245
251
- ::-webkit-scrollbar {
252
- display : none;
253
- /* height: var(--line-heights-normal); */
254
- }
255
-
256
246
input : focus {
257
247
outline : none;
258
248
}
You can’t perform that action at this time.
0 commit comments