.header { background: #000; color: #fff; } body { background-color: #fff; color: #000; } input, select, button { background-color: #fff; color: #000; } #notSupported { background-color: red; color: white; } .footer button { border-color: #63338f; background-color: #fff; color: #63338f; } .footer button:hover { background-color: #63338f; color: #fff; } .remix button { border-color: #333; color: #333; } .remix button:hover { background-color: #333; } #firmware + label { border-color: #63338f; color: #63338f; } #firmware:focus + label, #firmware + label:hover { background-color: #63338f; color: #fff; } #firmware:disabled + label { color: #ccc; border-color: #ccc; } #firmware:disabled + label:hover { background-color: #fff; }