Fixed breadcrumbs link focus color

pull/17/head
Fabio Caccamo 2017-02-07 15:59:17 +01:00
parent d18aadd93d
commit fac0f690df
1 changed files with 3 additions and 2 deletions

View File

@ -70,8 +70,9 @@
color:{{ theme.css_module_link_color }}; color:{{ theme.css_module_link_color }};
} }
div.breadcrumbs a:hover, div.breadcrumbs a:active,
div.breadcrumbs a:active { div.breadcrumbs a:focus,
div.breadcrumbs a:hover {
color:{{ theme.css_module_link_hover_color }} !important; color:{{ theme.css_module_link_hover_color }} !important;
} }