Update 1.js
This commit is contained in:
+1
-1
@@ -29,7 +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 = '"Monomakh", serif';
|
notification.style.fontFamily = '"Monomakh", serif';
|
||||||
notification.style.fontSize = "1.5rem";
|
notification.style.fontSize = "1.3rem";
|
||||||
|
|
||||||
document.body.appendChild(notification);
|
document.body.appendChild(notification);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user