From 6758a2f5dda1587d5ab7b3b0c1c58c91bad12baa Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 8 Jan 2021 00:47:06 +0100 Subject: [PATCH] Removed custom transition time --- src/style/theme.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/theme.sass b/src/style/theme.sass index b4797e2..b84429f 100644 --- a/src/style/theme.sass +++ b/src/style/theme.sass @@ -22,7 +22,7 @@ $font-link: $secondary * font-family: "Karla", sans-serif color: $font-primary - transition-duration: 0.1s + // transition-duration: 0.1s ::selection background: $primary