Dark Mode Incompatibilities #10
              
                Unanswered
              
          
                  
                    
                      brucegomes
                    
                  
                
                  asked this question in
                Feedback and Ideas
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
If the website won't have an implemented dark mode option, users will be relying on 3rd party browser extensions and/or apps. This mean all static text and/or pictures in the website has to be somewhat compatible so that colors can be flipped accordingly.
Here is an example of how an image of text with black label is not readable on a dark background, unless it has a white background (also not preferable).
Suggestions: Avoid pictures of text where the background is an alpha channel; Pictures with no alpha channel should have a dark background with white text, instead of white background with black text.
Here is an example that works in both theme options:
Beta Was this translation helpful? Give feedback.
All reactions