Update style.css
This commit is contained in:
parent
a898bb706b
commit
5c5fdf254c
1 changed files with 6 additions and 1 deletions
|
@ -29,6 +29,11 @@ body {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#plush {
|
||||||
|
cursor: pointer;
|
||||||
|
border-bottom: 1px dashed;
|
||||||
|
}
|
||||||
|
|
||||||
#prompt {
|
#prompt {
|
||||||
padding: 2vw;
|
padding: 2vw;
|
||||||
background: #303030
|
background: #303030
|
||||||
|
@ -166,4 +171,4 @@ a img {
|
||||||
100% {
|
100% {
|
||||||
transform: translateY(150vh) rotate(180deg);
|
transform: translateY(150vh) rotate(180deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue