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