#header:has(h1.pre) {
    background-color: red;
}

#header:has(h1.dev) {
    background-color: green;
}
