From 5bbf57035bba59e7cbbac1b78922a8e77ccea9ce Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 9 Jul 2018 14:39:07 -0400 Subject: [PATCH] link transitions --- scss/elements/_typography.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scss/elements/_typography.scss b/scss/elements/_typography.scss index f0951959..23637cd6 100644 --- a/scss/elements/_typography.scss +++ b/scss/elements/_typography.scss @@ -22,3 +22,13 @@ h1 { h2 { margin-top: 0; } + + +a, +a > span { + transition: + background 0.2s, + border 0.2s, + box-shadow 0.2s, + color 0.2s, +}