Soften average gain column styling

This commit is contained in:
Lliar-liar
2026-05-24 19:45:10 +00:00
parent a9cad7a125
commit 5f4b228543
2 changed files with 8 additions and 4 deletions

View File

@@ -1106,8 +1106,10 @@
}
.heat-avg {
color: #f8faf7;
background: linear-gradient(135deg, #4f46e5, #ec4899) !important;
color: #4338ca;
background:
linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(236, 72, 153, 0.10)),
#f8fafc !important;
font-weight: 700;
}

View File

@@ -1106,8 +1106,10 @@
}
.heat-avg {
color: #f8faf7;
background: linear-gradient(135deg, #4f46e5, #ec4899) !important;
color: #4338ca;
background:
linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(236, 72, 153, 0.10)),
#f8fafc !important;
font-weight: 700;
}