add text outline to blastinRoulette alert

This commit is contained in:
2025-11-25 14:37:19 +01:00
parent 530071a907
commit c9273afa88

View File

@@ -23,9 +23,12 @@ export default async function execute(alert: blastinRoulette) {
const text = document.createElement("span");
text.style.fontFamily = '"Jersey 15"';
text.style.color = "white";
text.style.fontSize = "6rem";
text.style.fontWeight = "700";
text.style.lineHeight = "1";
text.style.textShadow = "#000 0px 0px 5px";
text.style.webkitTextStroke = "2px #000";
text.style.textAlign = "center";
div.appendChild(text);