diff --git a/templates/Scrum/view.html.twig b/templates/Scrum/view.html.twig index 1d68658..5a73e5f 100644 --- a/templates/Scrum/view.html.twig +++ b/templates/Scrum/view.html.twig @@ -45,6 +45,11 @@ } .text-small { font-size:80%} + + .submenu a:hover { + text-decoration: none; + color: var(--colorfttitlelight); + } {% endblock %} {% block body %} @@ -214,15 +219,41 @@ {% endfor %}
-