Impl of Language selection and more #11

Merged
latenightdef merged 24 commits from mrrpmeowfurry/fifty-shades-of-bully:main into develop 2025-06-25 19:26:22 +00:00
2 changed files with 11 additions and 7 deletions
Showing only changes of commit 723f93825a - Show all commits

View file

@ -2,17 +2,20 @@
display: flex;
justify-content: center;
align-items: center;
width: 60vw;
background-color: white;
color: #8391b8;
width: 55vw;
background: rgba(255, 255, 255, 0.5);
/*color: #8391b8;*/
color: #393E46;
border-style: solid;
border-color: #8391b8;
border-width: 5px;
border-radius: 30px;
padding: 50px;
padding: 10px;
}
.optionSection {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
row-gap: 1rem;
}
@ -25,4 +28,4 @@
.spriteBox {
width: 75vw;
}
}
}

View file

@ -3,8 +3,9 @@
justify-content: center;
align-items: center;
width: 60vw;
background-color: white;
color: #8391b8;
background: rgba(255, 255, 255, 0.5);
/*color: #8391b8;*/
color: #393E46;
border-style: solid;
border-color: #8391b8;
border-width: 5px;