diff --git a/css/style.css b/css/style.css index 840ba253..18ddf969 100644 --- a/css/style.css +++ b/css/style.css @@ -106,17 +106,20 @@ body { text-overflow: ellipsis; overflow: hidden; outline: 0; + transition: ease 0.1s; white-space: nowrap; width: 8%; } .cmd-button:hover { border: 1.5px solid rgb(0,0,0); + transition: ease 0.5s; } .cmd-button:active { color: white; background-color: rgb(49,123,249); + transition: ease 0.1s; } .clear-cache {