This commit is contained in:
ntr
2019-05-20 18:19:33 +10:00
parent 9c586fe9f7
commit 0fafa97f6e
6 changed files with 33 additions and 19 deletions
+10 -1
View File
@@ -109,6 +109,16 @@
.vbox-hdr .bits {
font-size: 2em;
line-height: 1em;
animation: bits 1s ease-out;
}
@keyframes action {
0% {
color: palegoldenrod;
}
100% {
color: whitesmoke;
}
}
.vbox button {
@@ -298,7 +308,6 @@
/* Equipment */
.equip {
display: flex;
margin: 1em 0;
text-align: center;
}