Skip to content

Commit

Permalink
Merge pull request #523 from pieces-app/legal-back-in-footer
Browse files Browse the repository at this point in the history
Legal back in footer
  • Loading branch information
mason-at-pieces authored Aug 7, 2024
2 parents 791e077 + 1c5f769 commit 2426640
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,32 +138,32 @@ const config: Config = {
items: [
{
label: 'Discord',
href: 'https://discord.gg/getpieces',
href: 'https://pieces.app/discord',
},
{
label: 'Twitter',
href: 'https://twitter.com/getpieces',
},
{
label: 'LinkedIn',
href: 'https://www.linkedin.com/company/getpieces',
},
{
label: 'YouTube',
href: 'https://www.youtube.com/@getpieces',
href: 'https://youtube.com/@getpieces',
},
{
label: 'Instagram',
href: 'https://www.instagram.com/getpieces',
},
{
label: 'Facebook',
href: 'https://www.facebook.com/getpieces',
href: 'https://instagram.com/getpieces',
},
{
label: 'GitHub',
href: 'https://github.com/orgs/pieces-app',
}
},
{
label: 'LinkedIn',
href: 'https://linkedin.com/company/getpieces',
},
{
label: 'Facebook',
href: 'https://facebook.com/getpieces',
},
],
},
{
Expand All @@ -179,7 +179,7 @@ const config: Config = {
},
{
label: 'Press',
href: 'https://news.pieces.app',
href: 'https://pieces.app/news',
},
{
label: 'Newsletter',
Expand Down
2 changes: 2 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
--ifm-color-secondary-lightest: #ffffff;

--ifm-code-font-size: 95%;
--ifm-footer-background-color: var(--ifm-color-secondary-light);

--docusaurus-highlighted-code-line-bg: rgba(255, 255, 255, 0.1);

Expand Down Expand Up @@ -63,6 +64,7 @@
--ifm-color-secondary-lightest: #424242; /* Original: #3cad6e, now the lightest dark gray before transitioning to lighter shades */

--ifm-badge-color: var(--ifm-color-secondary);
--ifm-footer-background-color: var(--ifm-color-secondary-darkest);

--docusaurus-highlighted-code-line-bg: rgba(255, 255, 255, 0.3); /* Original: rgba(0, 0, 0, 0.3), now a light transparent white */

Expand Down

1 comment on commit 2426640

@vercel
Copy link

@vercel vercel bot commented on 2426640 Aug 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.