[css] Fix variable name typo.

This commit is contained in:
Fabio Caccamo
2022-09-28 18:00:05 +02:00
parent 668c8c806b
commit 8d3d7c9648
2 changed files with 2 additions and 2 deletions
@@ -19,7 +19,7 @@
--admin-interface-header-background-color: {{ theme.css_header_background_color }};
--admin-interface-header-text-color: {{ theme.css_header_text_color }};
--admin-interface-header-link-color: {{ theme.css_header_link_color }};
--admin-interface-header-link_hover-color: {{ theme.css_header_link_hover_color }};
--admin-interface-header-link-hover-color: {{ theme.css_header_link_hover_color }};
--admin-interface-module-background-color: {{ theme.css_module_background_color }};
--admin-interface-module-background-selected-color: {{ theme.css_module_background_selected_color }};
--admin-interface-module-text-color: {{ theme.css_module_text_color }};