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, +}