mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 08:16:58 +01:00
add text outline to blastinRoulette alert
This commit is contained in:
@@ -23,9 +23,12 @@ export default async function execute(alert: blastinRoulette) {
|
|||||||
|
|
||||||
const text = document.createElement("span");
|
const text = document.createElement("span");
|
||||||
text.style.fontFamily = '"Jersey 15"';
|
text.style.fontFamily = '"Jersey 15"';
|
||||||
|
text.style.color = "white";
|
||||||
text.style.fontSize = "6rem";
|
text.style.fontSize = "6rem";
|
||||||
text.style.fontWeight = "700";
|
text.style.fontWeight = "700";
|
||||||
text.style.lineHeight = "1";
|
text.style.lineHeight = "1";
|
||||||
|
text.style.textShadow = "#000 0px 0px 5px";
|
||||||
|
text.style.webkitTextStroke = "2px #000";
|
||||||
text.style.textAlign = "center";
|
text.style.textAlign = "center";
|
||||||
div.appendChild(text);
|
div.appendChild(text);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user