Skip to content

Commit

Permalink
fix: update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjaMis committed Oct 14, 2024
1 parent 5f4c366 commit 36971d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

:root {
--ifm-color-primary: #ea5903;
--ifm-color-primary: #ff773d;
--ifm-hover-overlay: rgb(255 149 0 / 12%);
--ifm-code-font-size: 95%;
--ifm-font-family-base: "Helvetica regular", sans-serif;
Expand All @@ -35,9 +35,9 @@
--ifm-footer-background-color-main: white;
--ifm-navbar-background-color: #f2f6f9;
--ifm-navbar-item-color: linear-gradient(39.81deg, #006796 21.82%, #00b6b7 98.43%);
--ifm-article-anchor-color: #ea5903;
--ifm-article-anchor-color: #ff773d;
--ifm-graph-svg-background-color: #ecf0f1;
--ifm-knowledge-graph-data-fill-color: #f3a83f;
--ifm-knowledge-graph-data-fill-color: #ff773d;
--ifm-knowledge-graph-service-fill-color: #bf0000;
--ifm-knowledge-graph-base-stroke-color: #433d32;
--ifm-knowledge-graph-edge-stroke-color: #b5b5b5;
Expand Down

0 comments on commit 36971d0

Please sign in to comment.