Update web/static/app.css
This commit is contained in:
+1
-7
@@ -402,13 +402,7 @@ 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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user