Skip to content

Commit

Permalink
Red CSS theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn committed Sep 16, 2024
1 parent 647196b commit 2afd468
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const config = {
label: 'Imperat',
},
{
href: 'https://github.com/VelixDevelopments/Documentation',
href: 'https://github.com/VelixDevelopments',
label: 'GitHub',
position: 'right',
},
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: #de5f1a;
--ifm-color-primary-dark: #cd1111df;
--ifm-color-primary-darker: #930a0a;
--ifm-color-primary-darkest: #460505;
--ifm-color-primary-light: #f47120;
--ifm-color-primary-lighter: #f3994a;
--ifm-color-primary-lightest: #ffaf7e;
--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: #2f51ff;
--ifm-color-primary-dark: #0f2fbd;
--ifm-color-primary-darker: #080c78;
--ifm-color-primary-darkest: #010950;
--ifm-color-primary-light: #29d5b0;
--ifm-color-primary-lighter: #32d8b4;
--ifm-color-primary-lightest: #4fddbf;
--ifm-color-primary: #de5f1a;
--ifm-color-primary-dark: #cd1111df;
--ifm-color-primary-darker: #930a0a;
--ifm-color-primary-darkest: #460505;
--ifm-color-primary-light: #f47120;
--ifm-color-primary-lighter: #f3994a;
--ifm-color-primary-lightest: #ffaf7e;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}

0 comments on commit 2afd468

Please sign in to comment.