big update

This commit is contained in:
2026-01-01 21:27:58 -05:00
parent a1b7382288
commit 933d47c150
27 changed files with 184 additions and 73 deletions

View File

@@ -10,8 +10,7 @@ body {
font-family: "DM Sans", sans-serif;
-webkit-font-smoothing: antialiased;
background: #12db9f;
background: linear-gradient(180deg,rgb(49, 49, 49) 99%, rgb(0, 61, 57) 100%);
background: linear-gradient(180deg, rgb(49, 49, 49) 98%, rgb(0, 61, 57) 100%);
color: white;
}
@@ -39,4 +38,28 @@ body {
.emoji {
width: 128px;
}
button {
width: 12vw;
height: 6vh;
border: none;
border-radius: 12vw;
font-size: larger;
font-family: "DM Sans", sans-serif;
color: rgb(255, 255, 255);
cursor: pointer;
background-color: #0ca97a;
transition: background-color 100ms;
}
button:hover,
focus,
active {
background-color: #0fc28c;
}