From be2326d2786f2d15fe5b8998ae7637abafa9d670 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Thu, 14 Aug 2025 17:39:25 +0000 Subject: [PATCH] Update web/static/app.css --- web/static/app.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/web/static/app.css b/web/static/app.css index eb9d77f..53d822e 100644 --- a/web/static/app.css +++ b/web/static/app.css @@ -400,15 +400,9 @@ code,kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono } /* ===== Danger themed gradient (red family) ===== */ -.danger-bg{ - min-height:100vh; - background: - linear-gradient(110deg, - #B52D28 70%, /* light red */ - #B52D28 85%, /* softer red */ - #B52D28 100% /* warm red */ - ); - background-attachment: fixed; +.danger-bg { + min-height: 100vh; + background: #D98482; } /* Keep cards readable over the red gradient */