diff --git a/js/cuteTexture.js b/js/cuteTexture.js
index 5a1c95e..5fcabfc 100644
--- a/js/cuteTexture.js
+++ b/js/cuteTexture.js
@@ -47,7 +47,7 @@ function scanlines(){
for(let y = 0; y
#texture');
@@ -22,7 +22,7 @@ console.log(textureCanvas);
scanlinesAnimation();
// ======================================== stops here !
-*/
+
let target = document.querySelector('#posterWindow');
diff --git a/status/openStyle.css b/status/openStyle.css
index 571f69d..64a2e2e 100644
--- a/status/openStyle.css
+++ b/status/openStyle.css
@@ -9,10 +9,10 @@
.openBackground{
visibility: visible;
+ opacity: .333;
}
.openBackground#texture{
- opacity: .5;
z-index: -31;
}
diff --git a/style/common.css b/style/common.css
index a4df6cc..6c4ddea 100644
--- a/style/common.css
+++ b/style/common.css
@@ -135,7 +135,7 @@
position: relative;
top: 0;
width: 100%;
- height: 77px;
+ height: 44px;
background-color: var(--main-color);
color: var(--back-color);
diff --git a/style/main.css b/style/main.css
index 5e222d1..b556439 100644
--- a/style/main.css
+++ b/style/main.css
@@ -546,5 +546,6 @@ canvas{
inset: 0;
z-index: -32;
- opacity: 1;
+ opacity: .5;
+ filter: hue-rotate(13.12deg);
}
|