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
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
988f8345aa
commit
2efe4ce47f
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
`
|
||||
),
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue