From 79480c6d21f20cfcdcf362f5269f2ac2f7d57c0c Mon Sep 17 00:00:00 2001 From: sforst Date: Mon, 14 May 2018 19:52:09 +0100 Subject: [PATCH] slight style improvements for the publication section (#69) --- _sass/_base.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index 9112a7e..1cb2a65 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -235,12 +235,14 @@ p { .publication-title { font-size: 16px; - font-weight: 500; + font-weight: 400; + color: $text-color; margin-bottom: 1px; } .publication-authors { - font-style: italic; - margin-bottom: 1px; + font-style: italic; + color: $text-grey; + margin-bottom: 1px; } .publications-section { .intro {