From 62dd9651001c6fca168b9b9118f5a5d0c4411482 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 24 Jun 2018 21:47:59 +0200 Subject: [PATCH] color transitions --- src/components/atoms/LogoUnit.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/atoms/LogoUnit.module.scss b/src/components/atoms/LogoUnit.module.scss index 015d798..7273691 100644 --- a/src/components/atoms/LogoUnit.module.scss +++ b/src/components/atoms/LogoUnit.module.scss @@ -25,11 +25,13 @@ margin-right: $spacer / 4; color: $brand-main; line-height: $line-height; + transition: color .2s ease-out; } .logounit__description { font-size: $font-size-h4; color: $brand-grey; + transition: color .2s ease-out; :global(.dark) & { color: $brand-grey-light;