[css] Fix variable name typo.

my-merge-progressivo1^2
Fabio Caccamo 2022-09-28 18:00:05 +02:00
parent 668c8c806b
commit 8d3d7c9648
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@
.admin-interface #header #user-tools a:hover, .admin-interface #header #user-tools a:hover,
.admin-interface #header #user-tools a:active { .admin-interface #header #user-tools a:active {
color: var(--admin-interface-header-link_hover-color); color: var(--admin-interface-header-link-hover-color);
border-bottom-color: rgba(255, 255, 255, 0.5); border-bottom-color: rgba(255, 255, 255, 0.5);
} }

View File

@ -19,7 +19,7 @@
--admin-interface-header-background-color: {{ theme.css_header_background_color }}; --admin-interface-header-background-color: {{ theme.css_header_background_color }};
--admin-interface-header-text-color: {{ theme.css_header_text_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-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-color: {{ theme.css_module_background_color }};
--admin-interface-module-background-selected-color: {{ theme.css_module_background_selected_color }}; --admin-interface-module-background-selected-color: {{ theme.css_module_background_selected_color }};
--admin-interface-module-text-color: {{ theme.css_module_text_color }}; --admin-interface-module-text-color: {{ theme.css_module_text_color }};