:root { --test-test: red; } .dark { --test-test: black; } .test { background-color: var(--test-test); height: 100px; width: 100px; }