From 53b49da8612cd018bcb9af09461dd362fc9c70d5 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Thu, 10 Mar 2016 19:56:58 +0800 Subject: [PATCH] feat(styles): lighter blockquotes --- _app/assets/themes/curtana/_less/common.less | 1 + 1 file changed, 1 insertion(+) diff --git a/_app/assets/themes/curtana/_less/common.less b/_app/assets/themes/curtana/_less/common.less index b69c04340..934c6700f 100644 --- a/_app/assets/themes/curtana/_less/common.less +++ b/_app/assets/themes/curtana/_less/common.less @@ -287,6 +287,7 @@ body:hover .latest { padding-bottom: 1.6rem; // Now reset default margin button from global define margin-bottom: 0; + opacity: .6; // Remove extra padding for the last element, re-apply margin &:last-of-type {