Update 1.js

This commit is contained in:
FURK4NGG
2025-02-25 20:49:02 +03:00
committed by GitHub
parent fc871075f2
commit 867974561c
+2
View File
@@ -28,6 +28,8 @@ function showNotification() {
notification.style.boxShadow = "0 4px 6px rgba(0, 0, 0, 0.1)";
notification.style.transition = "bottom 0.4s ease-in-out";
notification.style.zIndex = "9999";
notification.style.fontFamily = '"Monomakh", serif';
notification.style.fontSize = "1.3rem";
document.body.appendChild(notification);