diff --git a/stylesheets/buttons.less b/stylesheets/buttons.less index c9c83c8..6970928 100644 --- a/stylesheets/buttons.less +++ b/stylesheets/buttons.less @@ -4,7 +4,7 @@ .btn-background (@color, @hover-color, @selected-color, @text-color) { color: @text-color; background-color: transparent; - + transition: color 0.2s; &:hover, &:focus { color: @text-color;