10 lines
267 B
CSS
Raw Permalink Normal View History

2020-09-24 17:05:45 +02:00
:root {
--color-header-background: #3c474d;
--color-header-text: #cccccc;
--color-header-text-hover: #ffffff;
--color-header-text-accent: #00d4aa;
2020-12-20 14:03:36 +01:00
--color-main-background: #ffffff;
--color-main-text: #000000;
2020-09-24 17:05:45 +02:00
--color-main-link: #f5f5f5;
}