Update style.css

This commit is contained in:
Kio 2024-07-27 12:37:30 -04:00 committed by GitHub
parent a898bb706b
commit 5c5fdf254c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,11 @@ body {
color: white;
}
#plush {
cursor: pointer;
border-bottom: 1px dashed;
}
#prompt {
padding: 2vw;
background: #303030
@ -166,4 +171,4 @@ a img {
100% {
transform: translateY(150vh) rotate(180deg);
}
}
}