open-sauced / intro

Empowering Your Open Source Journey: From First Contribution to Project Leadership
https://opensauced.pizza/learn
Other
525 stars 103 forks source link

Add fade in animation for the html body to get around docsify-darklig… #24

Closed chris-nowicki closed 1 year ago

chris-nowicki commented 1 year ago

…ht-theme white flash on reload when in dark mode

Description

This PR fixes bug #23 where, when in dark mode, the page flashes white on reload by adding a fadeInAnimation of .25s for the body in the custom.css file.

What type of PR is this? (check all applicable)

Related Tickets & Documents

Closes #23

Mobile & Desktop Screenshots/Recordings

https://github.com/open-sauced/intro/assets/102450568/fe15c6fe-1180-48ab-a32d-3dfeb110e2cf

Added tests?

Added to documentation?

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

netlify[bot] commented 1 year ago

Deploy Preview for sauced-intro ready!

Name Link
Latest commit ba180045e1bd4e465a27de1e2461e8ed1bb939b0
Latest deploy log https://app.netlify.com/sites/sauced-intro/deploys/64bfe5b193f6d10008d59dd3
Deploy Preview https://deploy-preview-24--sauced-intro.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.

BekahHW commented 1 year ago

Thanks, @chris-nowicki!