Update web/static/app.css
This commit is contained in:
parent
02abea6603
commit
be2326d278
@ -402,13 +402,7 @@ 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;
|
||||
background: #D98482;
|
||||
}
|
||||
|
||||
/* Keep cards readable over the red gradient */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user