Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update svg images in landing page #120

Merged
merged 4 commits into from
Jun 13, 2022
Merged

feat: Update svg images in landing page #120

merged 4 commits into from
Jun 13, 2022

Conversation

nvh95
Copy link
Owner

@nvh95 nvh95 commented May 26, 2022

Features

  • Update svg images in landing page cc: @doanhuuviet
  • Update primary color for light mode
  • Update primary color for dark mode

Design token for reference:

/* You can override the default Infima variables here. */
:root {
  --ifm-color-primary: #2e8555;
  --ifm-color-primary-dark: #29784c;
  --ifm-color-primary-darker: #277148;
  --ifm-color-primary-darkest: #205d3b;
  --ifm-color-primary-light: #33925d;
  --ifm-color-primary-lighter: #359962;
  --ifm-color-primary-lightest: #3cad6e;
  --ifm-code-font-size: 95%;
}

/* 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-light: #29d5b0;
  --ifm-color-primary-lighter: #32d8b4;
  --ifm-color-primary-lightest: #4fddbf;
}

@netlify
Copy link

netlify bot commented May 26, 2022

Deploy Preview for jest-preview-library ready!

Name Link
🔨 Latest commit 77a2ab6
🔍 Latest deploy log https://app.netlify.com/sites/jest-preview-library/deploys/62a706b9eda5ec0009762911
😎 Deploy Preview https://deploy-preview-120--jest-preview-library.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@nvh95 nvh95 merged commit 3397b9b into main Jun 13, 2022
@nvh95 nvh95 deleted the update-svg branch June 13, 2022 09:47
@nvh95 nvh95 added the future work needed Merged PR or Closed Issue but need to visit in the future label Jun 13, 2022
@nvh95
Copy link
Owner Author

nvh95 commented Jun 13, 2022

Need to update primary color (light mode, dark mode) in the future

@nvh95
Copy link
Owner Author

nvh95 commented Jun 13, 2022

@doanhuuviet I updated the svg to www.jest-preview.com
We will revisit to update the primary color in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future work needed Merged PR or Closed Issue but need to visit in the future
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant