Update 1.js

This commit is contained in:
FURK4NGG
2025-02-25 17:44:59 +03:00
committed by GitHub
parent 6b25e51f61
commit 6a3ca0a6f5
+1 -1
View File
@@ -28,7 +28,7 @@ function showNotification() {
notification.style.boxShadow = "0 4px 6px rgba(0, 0, 0, 0.1)"; notification.style.boxShadow = "0 4px 6px rgba(0, 0, 0, 0.1)";
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 = '"Monomakh", serif';
notification.style.fontSize = "0.8rem"; notification.style.fontSize = "0.8rem";
document.body.appendChild(notification); document.body.appendChild(notification);