diff --git a/assets/sass/_layout.scss b/assets/sass/_layout.scss index f7233d31..43de9fa6 100644 --- a/assets/sass/_layout.scss +++ b/assets/sass/_layout.scss @@ -74,6 +74,7 @@ a { color: $text-base-color; + transition: all 150ms ease-in 0s; &:hover, &focus { @@ -124,7 +125,7 @@ a { text-decoration: none; margin-right: .31rem; - + } svg { color: #888a90; @@ -250,4 +251,4 @@ mark { background: #ff0; color: #000; border-radius: 3px; -} \ No newline at end of file +}