Skip to content

Commit

Permalink
Deleting unnecessary images and changing some colors
Browse files Browse the repository at this point in the history
  • Loading branch information
aitormurgu committed Mar 8, 2024
1 parent fab6d58 commit f0b39f5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
--docusaurus-highlighted-code-line-bg: rgba(20, 15, 56, 0.1);
} */
:root {
--ifm-color-primary-gradient: linear-gradient(135deg, #00e1fd, #ffbe0c, #5133ff, #140f38);
--ifm-color-primary: #140f38;
--ifm-color-primary-dark: #120e32;
--ifm-color-primary-darker: #110d30;
--ifm-color-primary-darkest: #0e0b27;
Expand All @@ -62,7 +62,7 @@
}
/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #25c2a0;
--ifm-color-primary: #5133ff;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
--ifm-color-primary-darkest: #1a8870;
Expand Down
Binary file removed static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file removed static/img/docusaurus.png
Binary file not shown.
Binary file removed static/img/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion static/img/logo.svg

This file was deleted.

0 comments on commit f0b39f5

Please sign in to comment.