Update 1.js

This commit is contained in:
FURK4NGG
2025-02-25 17:47:47 +03:00
committed by GitHub
parent 632d6e394a
commit 0785dfbe4c
+1 -1
View File
@@ -29,7 +29,7 @@ function showNotification() {
notification.style.transition = "bottom 0.4s ease-in-out";
notification.style.zIndex = "9999";
notification.style.fontFamily = '"Monomakh", serif';
notification.style.fontSize = "1rem";
notification.style.fontSize = "1.5rem";
document.body.appendChild(notification);