Skip to content

Commit

Permalink
New stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn committed Sep 16, 2024
1 parent 9ae57a0 commit 647196b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

/* 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: #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;
Expand Down
Binary file modified static/img/favicon.ico
Binary file not shown.

0 comments on commit 647196b

Please sign in to comment.