14
14
15
15
@layer base {
16
16
@font-face {
17
+ font-display : swap;
17
18
font-family : 'Inter' ;
18
19
src : url ('/Inter-Variable.ttf' );
19
20
font-weight : 100 900 ;
@@ -28,7 +29,7 @@ body * {
28
29
: root {
29
30
--ifm-navbar-background-color : white;
30
31
--ifm-background-color : white;
31
- --ifm-font-family-base : 'Inter' , 'Inter ' ;
32
+ --ifm-font-family-base : 'Inter' , 'sans-serif ' ;
32
33
--doc-sidebar-width : 320px !important ;
33
34
--ifm-color-primary : rgb (59 , 130 , 246 );
34
35
--ifm-color-primary-dark : rgb (37 , 102 , 206 );
@@ -447,15 +448,15 @@ div.testimonials a:hover .wm-name {
447
448
}
448
449
449
450
.custom-link {
450
- color : inherit;
451
- text-decoration : underline dashed;
452
- text-decoration-thickness : 0.5px ;
451
+ color : inherit;
452
+ text-decoration : underline dashed;
453
+ text-decoration-thickness : 0.5px ;
453
454
}
454
455
455
456
.custom-link : hover {
456
- color : rgb (42 , 77 , 173 );
457
- text-decoration : underline dashed;
458
- text-decoration-thickness : 0.5px ;
457
+ color : rgb (42 , 77 , 173 );
458
+ text-decoration : underline dashed;
459
+ text-decoration-thickness : 0.5px ;
459
460
}
460
461
461
462
.reset table {
@@ -481,29 +482,29 @@ div.testimonials a:hover .wm-name {
481
482
}
482
483
483
484
.tooltip-icon {
484
- position : relative;
485
- cursor : pointer;
485
+ position : relative;
486
+ cursor : pointer;
486
487
}
487
488
488
489
.tooltip-text {
489
- visibility : hidden;
490
- width : 300px ;
491
- background-color : # 0f172a ;
492
- color : # fff ;
493
- text-align : center;
494
- border-radius : 6px ;
495
- padding : 5px 0 ;
496
- position : absolute;
497
- z-index : 1 ;
498
- bottom : 125% ;
499
- left : 50% ;
500
- margin-left : -60px ;
501
-
502
- opacity : 0 ;
503
- transition : opacity 0.3s ;
490
+ visibility : hidden;
491
+ width : 300px ;
492
+ background-color : # 0f172a ;
493
+ color : # fff ;
494
+ text-align : center;
495
+ border-radius : 6px ;
496
+ padding : 5px 0 ;
497
+ position : absolute;
498
+ z-index : 1 ;
499
+ bottom : 125% ;
500
+ left : 50% ;
501
+ margin-left : -60px ;
502
+
503
+ opacity : 0 ;
504
+ transition : opacity 0.3s ;
504
505
}
505
506
506
507
.tooltip-icon : hover .tooltip-text {
507
- visibility : visible;
508
- opacity : 1 ;
509
- }
508
+ visibility : visible;
509
+ opacity : 1 ;
510
+ }
0 commit comments