testing gradient

This commit is contained in:
2026-01-15 14:11:45 +01:00
parent 85e045e5d4
commit d91f8193c5
+2 -2
View File
@@ -503,8 +503,8 @@ data:
background: linear-gradient( background: linear-gradient(
90deg, 90deg,
#60a5fa 0%, /* blue */ #60a5fa 0%, /* blue */
#60a5fa 70%, /* keep blue until 70% of the full scale */ #60a5fa 50%, /* keep blue until 70% of the full scale */
#a78bfa 88%, /* purple transition */ #a78bfa 70%, /* purple transition */
#fb7185 95%, /* pink transition */ #fb7185 95%, /* pink transition */
#ef4444 100% /* red at 100% */ #ef4444 100% /* red at 100% */
); );