blob: 6816d18fe60bd86cd311f1c2dd5d8da054409d54 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<style>
span {
background-color: rgba(63, 128, 33, 0.95);
color: black;
}
</style>
<span>Any textual selection in this sentence should have a green background when the window is inactive.</span>
|