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;