Skip to content

Commit

Permalink
feat(website): change the color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
C0ZEN committed Jan 29, 2022
1 parent 7d85f17 commit 6d483e5
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions documentation/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,24 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #2d80d3;
--ifm-color-primary-dark: #2873be;
--ifm-color-primary-darker: #266db4;
--ifm-color-primary-darkest: #1f5a94;
--ifm-color-primary-light: #428dd7;
--ifm-color-primary-lighter: #4d93da;
--ifm-color-primary-lightest: #6ca6e0;
--ifm-code-font-size: 95%;
--ifm-color-primary: #0a3d62;
--ifm-color-primary-dark: #093758;
--ifm-color-primary-darker: #093453;
--ifm-color-primary-darkest: #072b45;
--ifm-color-primary-light: #0b436c;
--ifm-color-primary-lighter: #0c4671;
--ifm-color-primary-lightest: #0d4f7f;
}

html[data-theme='dark'] {
--ifm-color-primary: #82ccdd;
--ifm-color-primary-dark: #66c1d5;
--ifm-color-primary-darker: #59bbd2;
--ifm-color-primary-darkest: #35a7c1;
--ifm-color-primary-light: #9ed7e5;
--ifm-color-primary-lighter: #abdde8;
--ifm-color-primary-lightest: #d5eef4;
--ifm-background-color: #080a0c;
}

.docusaurus-highlight-code-line {
Expand Down

0 comments on commit 6d483e5

Please sign in to comment.