diff --git a/themes/gideonstar/style.css b/themes/gideonstar/style.css index 4a84e16..c7add9c 100644 --- a/themes/gideonstar/style.css +++ b/themes/gideonstar/style.css @@ -40,11 +40,13 @@ body { .active { background-color: #ffb703; outline: 2px dashed #fb8500; + transition: .3s ease; } .inactive { background-color: #f5f5f5; outline: 2px dashed #d5d5d5; + transition: .3s ease; } #footer {