Skip to content

Commit

Permalink
🎨 UI imrpovements
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien committed Oct 3, 2023
1 parent cc435f6 commit 37f2bdb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions src/components/HomepageFeatures/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}

.featureSvg {
height: 200px;
width: 200px;
height: 9rem;
width: 7rem;
fill: var(--ifm-color-primary-light);
}
14 changes: 7 additions & 7 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #694e02;
--ifm-color-primary-dark: #997102;
--ifm-color-primary: #bf8d03;
--ifm-color-primary-dark: #bf8d03;
--ifm-color-primary-darker: #ac7f03;
--ifm-color-primary-darkest: #bf8d03;
--ifm-color-primary-darkest: #694e02;
--ifm-color-primary-light: #d29b03;
--ifm-color-primary-lighter: #e5a904;
--ifm-color-primary-lightest: #fbc11e;
Expand All @@ -19,10 +19,10 @@

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
--ifm-color-primary: #bc8a00;
--ifm-color-primary-dark: #ffc013;
--ifm-color-primary-darker: #ffc935;
--ifm-color-primary-darkest: #ffd257;
--ifm-color-primary: #ffd257;
--ifm-color-primary-dark: #ffc935;
--ifm-color-primary-darker: #ffc013;
--ifm-color-primary-darkest: #bc8a00;
--ifm-color-primary-light: #ffdb79;
--ifm-color-primary-lighter: #ffe49b;
--ifm-color-primary-lightest: #fff2cf;
Expand Down

0 comments on commit 37f2bdb

Please sign in to comment.