Update web/static/app.css
This commit is contained in:
parent
02abea6603
commit
be2326d278
@ -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 */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user