Browse Source

slight style improvements for the publication section (#69)

sforst 6 years ago
parent
commit
79480c6d21
1 changed files with 5 additions and 3 deletions
  1. 5 3
      _sass/_base.scss

+ 5 - 3
_sass/_base.scss

@@ -235,12 +235,14 @@ p {
 
 
     .publication-title {
     .publication-title {
         font-size: 16px;
         font-size: 16px;
-        font-weight: 500;
+        font-weight: 400;
+        color: $text-color;
         margin-bottom: 1px;
         margin-bottom: 1px;
     }
     }
     .publication-authors {
     .publication-authors {
-      font-style: italic;
-      margin-bottom: 1px;
+        font-style: italic;
+        color: $text-grey;
+        margin-bottom: 1px;
     }
     }
     .publications-section {
     .publications-section {
         .intro {
         .intro {