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;