Update web/static/app.css

This commit is contained in:
Joshua Laymon 2025-08-14 17:39:25 +00:00
parent 02abea6603
commit be2326d278

View File

@ -400,15 +400,9 @@ code,kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono
} }
/* ===== Danger themed gradient (red family) ===== */ /* ===== Danger themed gradient (red family) ===== */
.danger-bg{ .danger-bg {
min-height:100vh; min-height: 100vh;
background: background: #D98482;
linear-gradient(110deg,
#B52D28 70%, /* light red */
#B52D28 85%, /* softer red */
#B52D28 100% /* warm red */
);
background-attachment: fixed;
} }
/* Keep cards readable over the red gradient */ /* Keep cards readable over the red gradient */