Frontend added twitch embed

pull/13/head
Luna 2021-07-25 13:11:28 -07:00
parent df873ec77a
commit 356524d35e
3 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,7 @@ button {
}
#outerchatbox {
background-color: white;
background-color: rgb(255, 199, 207);
padding: 1rem;
box-shadow: 10px 10px 10px black;
width: 30rem;

View File

@ -25,6 +25,7 @@ form.addEventListener("submit", async function (event) {
printText(mismatch.bold())
logout()
localStorage.removeItem('username')
form.reset()
}
})

View File

@ -13,7 +13,7 @@ form {
}
#box {
background-color: white;
background-color: rgb(255, 199, 207);
padding: 5%;
box-shadow: 10px 10px 10px black;
border-radius: 5px;