From 5f9dc9ba7b12efffe7146aaf552703fb4c6898a9 Mon Sep 17 00:00:00 2001 From: Christophe Date: Sun, 12 Apr 2026 17:05:30 +0200 Subject: [PATCH] Supprime la bande blanche en bas --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index 82ceb2a..a464a1b 100644 --- a/styles.css +++ b/styles.css @@ -31,6 +31,7 @@ html { scroll-behavior: smooth; + background: #140700; } body { @@ -1862,6 +1863,7 @@ textarea:focus { .phase-body { padding: 0; --phase-top-offset: var(--safe-top); + background: #140700; } @media (display-mode: standalone), (display-mode: fullscreen) {