quiz-klapek/styles/variables.css
2025-05-28 21:17:23 +02:00

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);
}