fix css flag and add a bordure since black and white are not visible in dark/light theme
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2024-05-30 09:50:20 +02:00
parent 988f8345aa
commit 2efe4ce47f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -41,8 +41,9 @@ window.addEventListener("load", () => {
"Free Palestine",
`
background: conic-gradient(at 30% 60%, transparent 230deg, red 0, red 310deg, transparent 0),
linear-gradient(to bottom, black 55%, white 55%, white 70%, green 70%);
linear-gradient(to bottom, black 45%, white 45%, white 67%, DarkGreen 67%);
${clipping_text}
-webkit-text-stroke: 0.2px var(--font-color);
`
),
];