From 5f4b228543a65689a2b9e05685d5cd63edc54747 Mon Sep 17 00:00:00 2001 From: Lliar-liar <1169523200@qq.com> Date: Sun, 24 May 2026 19:45:10 +0000 Subject: [PATCH] Soften average gain column styling --- index.html | 6 ++++-- skillopt.html | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7e5cd41..e3726ab 100644 --- a/index.html +++ b/index.html @@ -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; } diff --git a/skillopt.html b/skillopt.html index 7e5cd41..e3726ab 100644 --- a/skillopt.html +++ b/skillopt.html @@ -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; }