From 9010c7f97546070422ffbb56899b830d3f69bc64 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 17 Jun 2024 15:20:30 +0200 Subject: [PATCH] fix nfp --- static/js/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/js/index.js b/static/js/index.js index 10d4e98..0c41684 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -53,11 +53,11 @@ window.addEventListener("load", () => { new Tag( "#NouveauFrontPopulaire ✊", ` - background: linear-gradient(to bottom, green 0%, green 30%, \ - red 31%, red 40%, \ - yellow 41%, yellow 60%, \ - purple 61%, purple 81%, \ - pink 81%); + background: linear-gradient(to bottom, #4fb26b 0%, #4fb26b 36%, \ + #e62e35 36%, #e62e35 50%, \ + #feeb25 50%, #feeb25 62%, \ + #724e99 62%, #724e99 77%, \ + #e73160 77%); ${clipping_text} text-shadow: 0px 0px 20px light-dark(transparent, var(--font-color)); `