Added Support for Deleting Accounts, Mii Renders and Updated Credits

This commit is contained in:
BloxerHD 2025-09-22 17:58:56 +01:00
commit 89d00a9a42
8 changed files with 105 additions and 29 deletions

View file

@ -267,6 +267,22 @@ code {
padding: 8px;
}
.delete-screen {
background-color: #6d0606;
border: 6px solid #a00b0b;
border-radius: 16px;
width: 60%;
margin: 0 auto;
padding: 8px;
}
.delete-button {
background-color: #dc0404;
border: none;
padding: 8px;
margin: 0 16px;
}
.active {
background-color: #a00b0b;
border-color: #6d0606;