Skip to content

Commit

Permalink
Update custom.css with missing --ifm-color-primary-dark
Browse files Browse the repository at this point in the history
  • Loading branch information
hsvikum authored Nov 17, 2023
1 parent 6b4c3c7 commit 213d1fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
:root {
--ifm-color-primary: #331c7a;
--ifm-color-secondary: #FF5655;
--ifm-color-primary-dark: #29784c;
--ifm-color-primary-darker: #277148;
--ifm-color-primary-darkest: #205d3b;
--ifm-color-primary-light: #33925d;
Expand All @@ -22,6 +23,7 @@
[data-theme='dark'] {
--ifm-color-primary: #331c7a;
--ifm-color-secondary: #FF5655;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
--ifm-color-primary-darkest: #1a8870;
--ifm-color-primary-light: #29d5b0;
Expand Down Expand Up @@ -120,4 +122,4 @@
.footer__title {
font-size: 18px;
font-weight: 600;
}
}

0 comments on commit 213d1fb

Please sign in to comment.