mirror of
https://github.com/microsoft/SkillOpt.git
synced 2026-07-03 14:02:58 +08:00
Soften average gain column styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user