Source code

Revision control

Copy as Markdown

Other Tools

output {
background-color: green;
}
output:enabled {
background-color: red;
}
/* ref should always be green! */
.ref:enabled {
background-color: green;
}