From ef56e1b929fa11f9e37280d4484ed83daa77e442 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Thu, 14 Aug 2025 17:45:05 +0000 Subject: [PATCH] Update web/static/app.css --- web/static/app.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/static/app.css b/web/static/app.css index b67d450..787917c 100644 --- a/web/static/app.css +++ b/web/static/app.css @@ -401,8 +401,7 @@ code,kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono /* ===== Solid red family background ===== */ .danger-bg { - min-height: 100vh; - background: #D98482; + background: #D98482 !important; } /* Keep cards readable over red bg */