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: #f5f5f5;
|
||
|
--color-main-text: #3c474d;
|
||
|
--color-main-link: #f5f5f5;
|
||
|
}
|