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