slighlty less broken version

This commit is contained in:
BluePotato102
2023-09-24 12:19:16 -05:00
parent aa7a98cc10
commit 2205f5ae09
3 changed files with 31 additions and 10 deletions
+15 -1
View File
@@ -109,7 +109,7 @@ body.noscript {
.homepage,
.games,
.settings
.cloaklaunch {
{
position: absolute;
top: 0;
left: 0;
@@ -121,6 +121,20 @@ body.noscript {
z-index: 10;
}
.cloaklaunch {
color: var(--font-color);
text-align: center;
font-size: 200%;
padding: 30vh 0;
position: absolute;
width: 100vw;
height: 100vh;
background-color: var(--games-color);
border: 50px, solid, var(--bg);
cursor: pointer;
}
.games {
flex-direction: column;
top: 2.5%;