From b63c531ff37fe5ab9e16e2a1a86230eae902f87f Mon Sep 17 00:00:00 2001 From: daudix Date: Sun, 9 Jun 2024 18:44:59 +0300 Subject: [PATCH] Only animate letter spacing on heading focus --- sass/_general.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/sass/_general.scss b/sass/_general.scss index 61e6f37..7db3fd8 100644 --- a/sass/_general.scss +++ b/sass/_general.scss @@ -49,7 +49,6 @@ body { @keyframes highlight-in-out { 50% { - font-weight: bolder; letter-spacing: 0.0125em; } }