diff --git a/public/offline.html b/public/offline.html index 6de462a..315e2a7 100644 --- a/public/offline.html +++ b/public/offline.html @@ -34,6 +34,11 @@ color: #94a3b8; margin-bottom: 2rem; } + .buttons { + display: flex; + gap: 1rem; + justify-content: center; + } button { background-color: #4f46e5; color: white; @@ -47,6 +52,12 @@ button:hover { background-color: #4338ca; } + button.secondary { + background-color: #475569; + } + button.secondary:hover { + background-color: #334155; + }
@@ -56,7 +67,10 @@ Il semble que vous n'ayez pas de connexion internet. Certaines fonctionnalités de StripStream peuvent ne pas être disponibles en mode hors ligne. - +