Skip to content

Commit

Permalink
updated footer and changed css styling to use blue instead of green
Browse files Browse the repository at this point in the history
  • Loading branch information
Kell Sanders authored and Kell Sanders committed Dec 21, 2023
1 parent 2a59f2a commit 1ca5122
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
8 changes: 1 addition & 7 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const config: Config = {
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
// Testing

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down Expand Up @@ -77,16 +76,11 @@ const config: Config = {
label: 'Cat Care',
},
{to: '/blog', label: 'New Hotness', position: 'left'},
{
href: 'https://github.com/KillEdgier/catstructions',
label: 'GitHub',
position: 'right',
},
],
},
footer: {
style: 'dark',
copyright: `Trudy Myrtle Trudy Myrtle Trudy Myrtle Trudy Myrtle Trudy Myrtle Trudy Myrtle `,
copyright: `Catstructions™ is brought to you by Clellworld Productions LLC ® 2023`,
},
prism: {
theme: prismThemes.github,
Expand Down
28 changes: 14 additions & 14 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #2e8555;
--ifm-color-primary-dark: #29784c;
--ifm-color-primary-darker: #277148;
--ifm-color-primary-darkest: #205d3b;
--ifm-color-primary-light: #33925d;
--ifm-color-primary-lighter: #359962;
--ifm-color-primary-lightest: #3cad6e;
--ifm-color-primary: #5ACDE8;
--ifm-color-primary-dark: #5ACDE8;
--ifm-color-primary-darker: #5ACDE8;
--ifm-color-primary-darkest: #5ACDE8;
--ifm-color-primary-light: #5ACDE8;
--ifm-color-primary-lighter: #5ACDE8;
--ifm-color-primary-lightest: #5ACDE8;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #25c2a0;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
--ifm-color-primary-darkest: #1a8870;
--ifm-color-primary-light: #29d5b0;
--ifm-color-primary-lighter: #32d8b4;
--ifm-color-primary-lightest: #4fddbf;
--ifm-color-primary: #5ACDE8;
--ifm-color-primary-dark: #5ACDE8;
--ifm-color-primary-darker: #5ACDE8;
--ifm-color-primary-darkest: #5ACDE8;
--ifm-color-primary-light: #5ACDE8;
--ifm-color-primary-lighter: #5ACDE8;
--ifm-color-primary-lightest: #5ACDE8;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}

0 comments on commit 1ca5122

Please sign in to comment.