conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
144 stars 46 forks source link

Update docs theme #784

Closed pavithraes closed 5 months ago

pavithraes commented 6 months ago

Fixes #764

Description

This pull request updates the documentation theme properties with the conda-store theme.

Currently, this is a draft PR to have a preview as we make updates.

Pull request checklist

Additional information

Add @smeragoel as a co-author while merging.

How to test

netlify[bot] commented 6 months ago

Deploy Preview for conda-store ready!

Name Link
Latest commit 908167e8a9bc89ac0a7bbb015e4836ac8c474aa4
Latest deploy log https://app.netlify.com/sites/conda-store/deploys/661583446591150008110e96
Deploy Preview https://deploy-preview-784--conda-store.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 configuration.

smeragoel commented 6 months ago

I've made some color updates and currently, there are no accessibility issues detected, except for a minor one in the breadcrumbs. To address this, I recommend the following change:

From: --ifm-breadcrumb-color-active: var(--ifm-color-primary);

To: --ifm-breadcrumb-color-active: var(--ifm-color-primary-dark);

Also, I want to update the footer colour: --ifm-footer-background-color: #242526;

I'm not entirely sure which file needs this adjustment, so I'm hoping you could help out with this, @pavithraes.

Once this change is implemented, I plan to do a final check to ensure everything is in order, and then we should be all set!

pavithraes commented 6 months ago

@smeragoel - The changes you requested are done :)

smeragoel commented 6 months ago

@pavithraes the netlify preview isn't working for me, could you help out?

pavithraes commented 5 months ago

@smeragoel - Preview is available now :)