You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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.
The text was updated successfully, but these errors were encountered:
eatsleeplaugh8
changed the title
Browser Compatibility: Safari, Firefox iOS
Fixed: Browser Compatibility: Safari, Firefox iOS
Mar 17, 2023
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.
For this issue, under
header.njk
line 24, movingclass="text-gray-400 hover:text-yellow-400 dark:text-yellow-400"
from thepath
to thesvg
tag seems to fix the issue with the rendering in Safari.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.
A solution is to make sure that night mode is turned off under Firefox iOS menu. Instead use
Theme
underSettings
to set light and dark mode.The text was updated successfully, but these errors were encountered: