[css] Fix variable name typo.
This commit is contained in:
@@ -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 }};
|
||||
|
||||
Reference in New Issue
Block a user