Created
          February 24, 2025 17:46 
        
      - 
      
- 
        Save furkantektas/fc6d9a82f65d34d065cded2c7f1ad3e1 to your computer and use it in GitHub Desktop. 
    Easy dark mode boost on Arc browser - on basic html web pages too :)
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | @media (prefers-color-scheme: dark) { | |
| /* revert everything then adjust hue to retain colours */ | |
| :root {filter: invert(1) hue-rotate(180deg)} | |
| /* revert back the filter for images. */ | |
| /* tweak selections based on site (e.g. remove svg if icons lose readability) */ | |
| *[style*="background-image:"], img, svg { filter: invert(1) hue-rotate(180deg) } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment