Skip to content

Commit

Permalink
style: Code Formatting Workflow
Browse files Browse the repository at this point in the history
Either triggered by cron or workflow_dispatch
  • Loading branch information
github-actions[bot] committed Jul 15, 2023
1 parent 88de1f7 commit 5020204
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
}

.explore--docs--link:hover {
box-shadow: 0 0 0 2px var(--dark), inset 0 0 0 1px #fff;
box-shadow:
0 0 0 2px var(--dark),
inset 0 0 0 1px #fff;
}
.btn {
font-family: "Inter", sans-serif;
Expand Down Expand Up @@ -224,7 +226,9 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
background: var(--white);
}
[data-theme="dark"] .download--btn:hover {
box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px #000;
box-shadow:
0 0 0 2px #fff,
inset 0 0 0 1px #000;
background: transparent;
}

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

[data-theme="dark"] .submit-newsletter-btn:hover {
background: transparent;
box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px #000;
box-shadow:
0 0 0 2px #fff,
inset 0 0 0 1px #000;
}
[data-theme="light"] .submit-newsletter-btn:hover {
background: var(--white);
Expand Down Expand Up @@ -514,7 +520,9 @@ label[for="email-input-field"] {
#0160ee 304.32deg,
#0d14e8 473.23deg
);
text-shadow: 0px 0px 20px #fff, 0px 0px 20px #2a5ded;
text-shadow:
0px 0px 20px #fff,
0px 0px 20px #2a5ded;
}

.subscribe-error {
Expand Down Expand Up @@ -572,8 +580,11 @@ label[for="email-input-field"] {
flex-direction: row;
align-items: center;
position: relative;
box-shadow: 0 0 0 1px rgb(255 255 255 / 10%), 0 3px 2px rgb(0 0 0 / 4%),
0 7px 5px rgb(0 0 0 / 2%), 0 13px 10px rgb(0 0 0 / 2%),
box-shadow:
0 0 0 1px rgb(255 255 255 / 10%),
0 3px 2px rgb(0 0 0 / 4%),
0 7px 5px rgb(0 0 0 / 2%),
0 13px 10px rgb(0 0 0 / 2%),
0 22px 17px rgb(0 0 0 / 2%) !important;
border-radius: 10px;
transition: 0.5s;
Expand Down

0 comments on commit 5020204

Please sign in to comment.