ggkkk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user