This commit is contained in:
Janis
2022-12-21 02:23:41 +01:00
parent 348ba019c1
commit e44d6cc967
2 changed files with 18 additions and 2 deletions

13
styles/test.css Normal file
View File

@@ -0,0 +1,13 @@
:root {
--test-test: red;
}
.dark {
--test-test: black;
}
.test {
background-color: var(--test-test);
height: 100px;
width: 100px;
}