Files
zammad/custom_style.css.tmpl
2024-09-03 18:28:49 +02:00

7 lines
200 B
Cheetah

:root {
--text-muted: {{ env "TEXT_MUTED" }};
--menu-text: {{ env "MENU_TEXT" }};
--background-quaternary: {{ env "BACKGROUND_1" }};
--background-tertiary: {{ env "BACKGROUND_2" }};
}