From ae5385087dca1320c1a0092c8eff4c0c21be7ca1 Mon Sep 17 00:00:00 2001 From: BenjaminToby <52448020+BenjaminToby@users.noreply.github.com> Date: Tue, 25 May 2021 18:18:46 +0100 Subject: [PATCH] Remove global transition attribute --- main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/main.css b/main.css index ce01cd6..e3471f3 100644 --- a/main.css +++ b/main.css @@ -13,7 +13,6 @@ html { font-display: swap; font-size: 18px; line-height: 1.5; - transition: all .3s ease-out; color: #222; }