mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 01:01:39 +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");
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user