diff --git a/Resources/public/css/screen.css b/Resources/public/css/screen.css index 3284db5..8fb3bf9 100644 --- a/Resources/public/css/screen.css +++ b/Resources/public/css/screen.css @@ -1135,3 +1135,7 @@ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operatio .toggler { cursor: pointer; } + +#header a { + text-decoration: none; +} diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 5f45c46..3ef872c 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -13,7 +13,7 @@