From 75de59045f67237184289f9a96855a5987a593be Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 3 Jul 2021 11:09:11 +0200 Subject: [PATCH] =?UTF-8?q?Transition=20na=20barvu=20textu=20i=20pozad?= =?UTF-8?q?=C3=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 17df4d2..57442fe 100644 --- a/style.css +++ b/style.css @@ -74,7 +74,7 @@ main .phases .wrap>div { } main .phases figure { margin: 0; - transition: background-color .1s linear; + transition: all .1s linear; } main .phases figure:hover { background-color: var(--color-blue); @@ -124,7 +124,7 @@ main .team figure { background-color: #fff; padding: 1em; margin: 0; - transition: background-color .1s linear; + transition: all .1s linear; } main .team figure:hover { background-color: var(--color-red);