blob: cb5e6d66917e4ca061e14a6539e333fb44b2e51a [file] [log] [blame]
<!doctype html>
<style>
:root {
color-scheme: dark;
background-color: rgba(0, 128, 0, 0.5);
}
p { color: lime }
</style>
<p>This text should be lime and the background should be green blended with a dark canvas.</p>