7 lines
No EOL
166 B
CSS
7 lines
No EOL
166 B
CSS
:root {
|
|
--test: 1px;
|
|
--border-basic: black;
|
|
--color-alt: rgb(200, 228, 253);
|
|
--color-alt-hover: rgb(152, 205, 252);
|
|
--color-alt-active: rgb(63, 166, 255);
|
|
} |