From 96636b5620cb20e75485f595bf6565e152bed5a0 Mon Sep 17 00:00:00 2001 From: Nguyen Ngo Date: Tue, 16 Sep 2025 21:43:42 -0400 Subject: [PATCH] Fix status message background color --- templates/qr_destination.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/qr_destination.html b/templates/qr_destination.html index 2c33660..7942d22 100644 --- a/templates/qr_destination.html +++ b/templates/qr_destination.html @@ -492,6 +492,11 @@ color: white; } + .status-message.warning { + background: var(--error-color); + color: white; + } + .status-message.error { background: var(--error-color); color: white;