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 */