Skip to content

Commit

Permalink
Merge branch 'mmulji-ic/docusaurus-migration' of github-as-mmulji-ic:…
Browse files Browse the repository at this point in the history
…mmulji-ic/gaia into mmulji-ic/docusaurus-migration
  • Loading branch information
mmulji-ic committed Aug 31, 2023
2 parents d196734 + 63fb61c commit 1abdeba
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const config = {
{
items: [
{
html: `<a href="https://cosmos.network"><img src="/img/logo-bw.svg" alt="Cosmos Logo"></a>`,
html: `<a href="https://cosmos.network"><img src="/img/logo-bw-inverse.svg" alt="Cosmos Logo"></a>`,
},
],
},
Expand Down
13 changes: 8 additions & 5 deletions docs/src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@
@apply font-intervar
}
}
*,

*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
}

svg { display: inline; }

::selection{}
}

::selection{
background-color: var(--ifm-color-primary);
color: white;
}
}
6 changes: 3 additions & 3 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
--aa-primary-color-rgb: 0, 0, 0;

@media screen and (prefers-reduced-motion) {
transition: ;
transition: none;
}
--ifm-menu-color-background-active: none;
--ifm-menu-color-background-hover: none;
Expand Down Expand Up @@ -390,8 +390,8 @@ html {

/* FOOTER */
.footer {
background-color: var(--ifm-background-color);
@apply border-t border-t-docusaurusColorBorder pt-10 mb-10;
background-color: var(--ifm-font-color-base);
@apply border-t border-t-docusaurusColorBorder pt-10;
&__link-item {
@apply hover:underline;
}
Expand Down
8 changes: 8 additions & 0 deletions docs/static/img/logo-bw-inverse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1abdeba

Please sign in to comment.