prefers-color-scheme.html (156B)
1 <!doctype html> 2 <style> 3 body::before { content: "light" } 4 @media (prefers-color-scheme: dark) { 5 body::before { content: "dark" } 6 } 7 </style> 8 <body></body>
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |