diff --git a/src/scss/main.scss b/src/scss/main.scss index 3886c59..a807ee8 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -23,11 +23,9 @@ body { line-height: 1.6; background: $background-color; color: $text-color; - transition: background-color 0.5s ease, color 0.5s ease; * { - transition: background-color 0.5s ease, color 0.5s ease, - border-color 0.5s ease, fill 0.2s ease; + transition: 0.5s ease; } &.hidden {