diff --git a/client/assets/styles/instance.css b/client/assets/styles/instance.css index e55833b0..9bdecc08 100644 --- a/client/assets/styles/instance.css +++ b/client/assets/styles/instance.css @@ -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; } diff --git a/client/src/components/info.component.jsx b/client/src/components/info.component.jsx index fef5ea23..9342e7c4 100644 --- a/client/src/components/info.component.jsx +++ b/client/src/components/info.component.jsx @@ -73,7 +73,7 @@ function Info(args) { return (