diff --git a/static/style.css b/static/style.css index c0d053d..87d8ad0 100644 --- a/static/style.css +++ b/static/style.css @@ -81,7 +81,16 @@ navbar { display: flex; gap: 0.3rem; - label { + + input { + opacity: 0; + position: absolute; + pointer-events: none; + } + + & a { + color: inherit; + text-decoration: none; cursor: pointer; padding: 4px 8px; border: 2px solid black; @@ -104,17 +113,6 @@ navbar { background: #0004; } } - - input { - opacity: 0; - position: absolute; - pointer-events: none; - } - - & a { - text-decoration: none; - color: inherit; - } } } diff --git a/templates/partials/header.html b/templates/partials/header.html index b6d5f9d..5f985cb 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -1,12 +1,8 @@ - - + + Accueil + + Music \ No newline at end of file