mirror of
https://gitlab.com/fabinfra/fabinfra-theme.git
synced 2025-03-12 22:51:49 +01:00
10 lines
267 B
CSS
10 lines
267 B
CSS
:root {
|
|
--color-header-background: #3c474d;
|
|
--color-header-text: #cccccc;
|
|
--color-header-text-hover: #ffffff;
|
|
--color-header-text-accent: #00d4aa;
|
|
|
|
--color-main-background: #ffffff;
|
|
--color-main-text: #000000;
|
|
--color-main-link: #f5f5f5;
|
|
} |