diff --git a/go.mod b/go.mod index 351c584..d47486e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/polen/prixdugaz +module github.com/Polensky/prixdugaz go 1.25.0 diff --git a/static/style.css b/static/style.css index d70adbd..0e92119 100644 --- a/static/style.css +++ b/static/style.css @@ -47,6 +47,17 @@ html, body { height: 100%; margin: 0; padding: 0; } color: var(--primary-foreground); } #topnav nav a svg { flex-shrink: 0; } +.github-link { + margin-left: auto; + display: flex; align-items: center; + color: var(--muted-foreground); + padding: 5px 6px; border-radius: 6px; + transition: background 0.12s, color 0.12s; +} +.github-link:hover { + background: var(--muted); + color: var(--foreground); +} /* ── App shell ───────────────────────────────────────── */ #app { diff --git a/templates/layout.html b/templates/layout.html index 540d47e..17eb12a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -51,6 +51,11 @@ Statistiques + + + + +