diff --git a/_sass/_archive.scss b/_sass/_archive.scss index 0509f814c3a0f..e978e7277e430 100644 --- a/_sass/_archive.scss +++ b/_sass/_archive.scss @@ -15,8 +15,15 @@ } a { - color: inherit; - text-decoration: none; + text-decoration: underline; + + &:hover { + text-decoration: underline; + + img { + box-shadow: 0 0 10px rgba(#000, 0.25); + } + } } }