Soften average gain column styling
This commit is contained in:
+4
-2
@@ -1106,8 +1106,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.heat-avg {
|
.heat-avg {
|
||||||
color: #f8faf7;
|
color: #4338ca;
|
||||||
background: linear-gradient(135deg, #4f46e5, #ec4899) !important;
|
background:
|
||||||
|
linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(236, 72, 153, 0.10)),
|
||||||
|
#f8fafc !important;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+4
-2
@@ -1106,8 +1106,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.heat-avg {
|
.heat-avg {
|
||||||
color: #f8faf7;
|
color: #4338ca;
|
||||||
background: linear-gradient(135deg, #4f46e5, #ec4899) !important;
|
background:
|
||||||
|
linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(236, 72, 153, 0.10)),
|
||||||
|
#f8fafc !important;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user