From 4b75e97676dd4b67f6336a43bcfff6970d42a469 Mon Sep 17 00:00:00 2001 From: Xingjun Ma Date: Sun, 18 Nov 2018 22:46:18 +1100 Subject: [PATCH] update _sass/_archive.scss to highlight hyperlinks --- _sass/_archive.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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); + } + } } }