prefers-color-scheme-dark.html (80B)
1 <!doctype html> 2 <style> 3 body::before { content: "dark" } 4 </style> 5 <body></body>