Bump ECMAPortal to v1.3
This commit is contained in:
+8
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user