From 9fccbfb01d5caeec5f537d774b523156f9da578c Mon Sep 17 00:00:00 2001 From: Michael Esteban Date: Tue, 15 Dec 2020 10:22:15 +1000 Subject: [PATCH] fix(transition): speed up font color change --- src/styles/tokens.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/tokens.scss b/src/styles/tokens.scss index 5230800523..a309d1ff6d 100644 --- a/src/styles/tokens.scss +++ b/src/styles/tokens.scss @@ -6,7 +6,7 @@ html { font-size: 10px; } * { - transition: background-color 0.6s ease, color 1s ease; + transition: background-color 0.6s ease, color 0.1s ease; } body { --mono: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;