Comment on Talk Python in ProductionparentComments−MyOutfitIsVague11moIf the user's OS and/or browser is set to dark mode. The site doesn't need to have a switch; its CSS has the media queries.−mikeckennedyOP11moAh, the change was so subtle I didn't realize it was happening. I updated the site so it's nice regardless of theme (dark/light) on the OS.
Comments
If the user's OS and/or browser is set to dark mode. The site doesn't need to have a switch; its CSS has the media queries.
Ah, the change was so subtle I didn't realize it was happening. I updated the site so it's nice regardless of theme (dark/light) on the OS.