Skip to content

Commit

Permalink
chore: update homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost committed Jun 19, 2024
1 parent b5847f5 commit b352b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/_admonition.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ html[data-theme="dark"] {
--admonition-danger-c-color: var(--c-red-50);

--ifm-alert-tip-background-color: var(--c-green-50-a);
--admonition-code-note-c-bg: #3d2900;
--admonition-code-note-c-bg: #ff9ff350;
--admonition-code-warning-c-bg: var(--c-yellow-50-a);
--admonition-code-info-c-bg: #00163d;
--admonition-code-tip-c-bg: #003d11;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function FooterWrapper(props: Props): JSX.Element {
</div>
</div>

<hr className="mt-10 mb-10 border-gray-800" />
<div className="my-14" />

<div className="flex flex-wrap items-center justify-between">
<ul className="flex items-center space-x-3 md:order-1 gap-3">
Expand Down

0 comments on commit b352b24

Please sign in to comment.