manually set z index to maybe fix the flooding issue

This commit is contained in:
2026-04-08 15:49:16 +00:00
parent 671cf6c50f
commit ddd2df13ce

View File

@@ -11,90 +11,109 @@ header {
color: #fff; color: #fff;
padding: 20px; padding: 20px;
text-align: center; text-align: center;
z-index: 1;
} }
.content { .content {
color: #fff; color: #fff;
padding: 20px; padding: 20px;
text-align: center; text-align: center;
max-width: 800px; max-width: 800px;
z-index: 1;
} }
footer { footer {
max-width: 800px; max-width: 800px;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
z-index: 1;
} }
span { span {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
z-index: 1;
} }
img { img {
height: 100px; height: 100px;
image-rendering: pixelated; image-rendering: pixelated;
z-index: 1;
} }
.logo { .logo {
height: 155px; height: 155px;
width: auto; width: auto;
z-index: 1;
} }
p { p {
color: #fff; color: #fff;
z-index: 1;
} }
h1 { h1 {
color: #fff; color: #fff;
z-index: 1;
} }
h2 { h2 {
color: #fff; color: #fff;
z-index: 1;
} }
h3 { h3 {
color: #fff; color: #fff;
z-index: 1;
} }
.eeto { .eeto {
height: 31px; height: 31px;
width: auto; width: auto;
image-rendering: pixelated; image-rendering: pixelated;
z-index: 1;
} }
a { a {
color: #5f95ff; color: #5f95ff;
text-decoration: none; text-decoration: none;
z-index: 1;
} }
.why-are-you-looking-at-my-code { .why-are-you-looking-at-my-code {
height: 31px; height: 31px;
width: auto; width: auto;
image-rendering: pixelated; image-rendering: pixelated;
z-index: 1;
} }
.song-cover { .song-cover {
height: 200px; height: 200px;
width: auto; width: auto;
z-index: 1;
} }
.mini-text { .mini-text {
color: #fff; color: #fff;
font-size: 12px; font-size: 12px;
font-style: italic; font-style: italic;
text-align: center; text-align: center;
z-index: 1;
} }
.mini-evil-text { .mini-evil-text {
color: #ff0000; color: #ff0000;
font-size: 12px; font-size: 12px;
font-style: italic; font-style: italic;
text-align: center; text-align: center;
z-index: 1;
} }
.music audio { .music audio {
width: auto; width: auto;
height: auto; height: auto;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
z-index: 1;
} }
ul li::marker { ul li::marker {
color: white; /* Or any other color value (e.g., hex code, RGB) */ color: white; /* Or any other color value (e.g., hex code, RGB) */
z-index: 1;
} }
.nav-item { .nav-item {
height: 100px; height: 100px;
width: auto; width: auto;
image-rendering: pixelated; image-rendering: pixelated;
text-align: center; text-align: center;
z-index: 1;
} }
.nav-container { .nav-container {
display: block; display: block;
@@ -107,6 +126,7 @@ ul li::marker {
.blinkies { .blinkies {
height: 31px; height: 31px;
image-rendering: pixelated; image-rendering: pixelated;
z-index: 1;
} }
.waylamc-wall { .waylamc-wall {
display: flex; display: flex;
@@ -115,6 +135,7 @@ ul li::marker {
justify-content: center; justify-content: center;
max-width: 800px; max-width: 800px;
flex-wrap: wrap; flex-wrap: wrap;
z-index: 1;
} }
#flood { #flood {