Update 1.js

This commit is contained in:
FURK4NGG
2025-02-25 17:30:50 +03:00
committed by GitHub
parent f79a0d4089
commit 63d2ceb645
+1
View File
@@ -29,6 +29,7 @@ function showNotification() {
notification.style.transition = "bottom 0.4s ease-in-out"; notification.style.transition = "bottom 0.4s ease-in-out";
notification.style.zIndex = "9999"; notification.style.zIndex = "9999";
notification.style.fontFamily = '"Press Start 2P", cursive'; notification.style.fontFamily = '"Press Start 2P", cursive';
notification.style.fontSize = "0.8rem";
document.body.appendChild(notification); document.body.appendChild(notification);