瀏覽代碼

Merge branch 'master' of https://github.com/sharu725/online-cv

sharu725 6 年之前
父節點
當前提交
788f82f65e
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      _sass/_base.scss

+ 5 - 3
_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 {