template/src/main/css/snippets/colors.css

9 lines
243 B
CSS
Raw Normal View History

2021-04-18 19:09:23 +02:00
/* Variables */
:root {
--fwdekker-theme-color: #0033cc;
--fwdekker-theme-color-dark: #0029a3;
--fwdekker-theme-color-very-dark: #001f7a;
--fwdekker-theme-color-light: #003df5;
--fwdekker-theme-color-very-light: #1f57ff;
}