@@ -147,7 +147,9 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
147
147
}
148
148
149
149
.explore--docs--link : hover {
150
- box-shadow : 0 0 0 2px var (--dark ), inset 0 0 0 1px # fff ;
150
+ box-shadow :
151
+ 0 0 0 2px var (--dark ),
152
+ inset 0 0 0 1px # fff ;
151
153
}
152
154
.btn {
153
155
font-family : "Inter" , sans-serif;
@@ -224,7 +226,9 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
224
226
background : var (--white );
225
227
}
226
228
[data-theme = "dark" ] .download--btn : hover {
227
- box-shadow : 0 0 0 2px # fff, inset 0 0 0 1px # 000 ;
229
+ box-shadow :
230
+ 0 0 0 2px # fff,
231
+ inset 0 0 0 1px # 000 ;
228
232
background : transparent;
229
233
}
230
234
@@ -483,7 +487,9 @@ label[for="email-input-field"] {
483
487
484
488
[data-theme = "dark" ] .submit-newsletter-btn : hover {
485
489
background : transparent;
486
- box-shadow : 0 0 0 2px # fff, inset 0 0 0 1px # 000 ;
490
+ box-shadow :
491
+ 0 0 0 2px # fff,
492
+ inset 0 0 0 1px # 000 ;
487
493
}
488
494
[data-theme = "light" ] .submit-newsletter-btn : hover {
489
495
background : var (--white );
@@ -514,7 +520,9 @@ label[for="email-input-field"] {
514
520
# 0160ee 304.32deg ,
515
521
# 0d14e8 473.23deg
516
522
);
517
- text-shadow : 0px 0px 20px # fff, 0px 0px 20px # 2a5ded ;
523
+ text-shadow :
524
+ 0px 0px 20px # fff,
525
+ 0px 0px 20px # 2a5ded ;
518
526
}
519
527
520
528
.subscribe-error {
@@ -572,8 +580,11 @@ label[for="email-input-field"] {
572
580
flex-direction : row;
573
581
align-items : center;
574
582
position : relative;
575
- box-shadow : 0 0 0 1px rgb (255 255 255 / 10% ), 0 3px 2px rgb (0 0 0 / 4% ),
576
- 0 7px 5px rgb (0 0 0 / 2% ), 0 13px 10px rgb (0 0 0 / 2% ),
583
+ box-shadow :
584
+ 0 0 0 1px rgb (255 255 255 / 10% ),
585
+ 0 3px 2px rgb (0 0 0 / 4% ),
586
+ 0 7px 5px rgb (0 0 0 / 2% ),
587
+ 0 13px 10px rgb (0 0 0 / 2% ),
577
588
0 22px 17px rgb (0 0 0 / 2% ) !important ;
578
589
border-radius : 10px ;
579
590
transition : 0.5s ;
0 commit comments