This commit is contained in:
Gen 2025-01-07 12:46:53 -08:00 committed by GitHub
parent 0cb6f052fe
commit 2aa8c1af69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,10 @@
body {
background: #eaeaea;
background: #fab387;
margin: 0;
height: 100vh;
width: 100vw;
display: flex;
font-family: monospace;
font-family: serif;
justify-content: center;
align-items: center;
overflow: hidden;
@ -36,7 +36,7 @@ body {
#prompt {
padding: 2vw;
background: #303030
background: #33331b;
}
.fadeout {
@ -61,7 +61,7 @@ body {
}
#stickers {
border-top: 1px solid black;
border-top: 10px solid black;
padding: 10px;
height: 40px;
flex-grow: 100;
@ -177,4 +177,4 @@ a img {
.tiny {
width: 100px;
}
}