Skip to content

Commit 5020204

Browse files
style: Code Formatting Workflow
Either triggered by cron or workflow_dispatch
1 parent 88de1f7 commit 5020204

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

docs/src/css/custom.css

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
147147
}
148148

149149
.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;
151153
}
152154
.btn {
153155
font-family: "Inter", sans-serif;
@@ -224,7 +226,9 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
224226
background: var(--white);
225227
}
226228
[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;
228232
background: transparent;
229233
}
230234

@@ -483,7 +487,9 @@ label[for="email-input-field"] {
483487

484488
[data-theme="dark"] .submit-newsletter-btn:hover {
485489
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;
487493
}
488494
[data-theme="light"] .submit-newsletter-btn:hover {
489495
background: var(--white);
@@ -514,7 +520,9 @@ label[for="email-input-field"] {
514520
#0160ee 304.32deg,
515521
#0d14e8 473.23deg
516522
);
517-
text-shadow: 0px 0px 20px #fff, 0px 0px 20px #2a5ded;
523+
text-shadow:
524+
0px 0px 20px #fff,
525+
0px 0px 20px #2a5ded;
518526
}
519527

520528
.subscribe-error {
@@ -572,8 +580,11 @@ label[for="email-input-field"] {
572580
flex-direction: row;
573581
align-items: center;
574582
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%),
577588
0 22px 17px rgb(0 0 0 / 2%) !important;
578589
border-radius: 10px;
579590
transition: 0.5s;

0 commit comments

Comments
 (0)