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

Fixed: Browser Compatibility: Safari, Firefox iOS #48

Open
eatsleeplaugh8 opened this issue Feb 24, 2023 · 0 comments
Open

Fixed: Browser Compatibility: Safari, Firefox iOS #48

eatsleeplaugh8 opened this issue Feb 24, 2023 · 0 comments

Comments

@eatsleeplaugh8
Copy link

eatsleeplaugh8 commented Feb 24, 2023

  1. In Safari and certain browsers, the light bulb icon doesn't render properly; it remains a default black icon instead of turning yellow when dark mode is on and gray when dark mode is off.

    spacebook-safari-light spacebook-safari-dark

    For this issue, under header.njk line 24, moving class="text-gray-400 hover:text-yellow-400 dark:text-yellow-400" from the path to the svg tag seems to fix the issue with the rendering in Safari.

  2. In Firefox on iOS, the dark and light modes are inverted. The font color scheme for dark mode is used for light and vice versa.

    spacebook-firefox-ios-light spacebook-firefox-ios-dark

    A solution is to make sure that night mode is turned off under Firefox iOS menu. Instead use Theme under Settings to set light and dark mode.

@eatsleeplaugh8 eatsleeplaugh8 changed the title Browser Compatibility: Safari, Firefox iOS Fixed: Browser Compatibility: Safari, Firefox iOS Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant