Bump ECMAPortal to v1.3

This commit is contained in:
2023-11-06 00:59:31 +03:00
parent a93611fc43
commit 125e9f8451
4 changed files with 117 additions and 36 deletions
+8 -2
View File
@@ -3,10 +3,13 @@
}
body {
background-color: black;
background-color: rgb(6, 25, 28);
background-image: url("/images/portal/sky.png");
background-attachment: fixed;
background-size: cover;
background-blend-mode: multiply;
image-rendering: pixelated;
background-repeat: no-repeat;
color: white;
@@ -18,7 +21,7 @@ canvas.portal {
display: block;
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: -1;
@@ -179,6 +182,9 @@ div.bottom-right {
bottom: 0;
opacity: 30%;
-webkit-transition: ease 0.3s;
transition: 0.3s ease;
}
div.bottom-right:hover {