diff --git a/assets/styles/app.css b/assets/styles/app.css index 3b5391f..329bf74 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -66,6 +66,12 @@ header > form { background: none; color: var(--light); } + & > select { + background: none; + border: none; + outline: none; + appearance: none; + } & label > img { width: 20px; height: 20px; diff --git a/templates/base.html.twig b/templates/base.html.twig index b4282ba..f9297aa 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -18,7 +18,6 @@
Frutti
- +
- Register - Login + Register + Login
{% endblock %}