浏览代码

Skatepark: Increase font weight of comment meta links

Sarah Norris 4 年之前
父节点
当前提交
949e5f35a7
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      skatepark/sass/blocks/_post-comments.scss

+ 4 - 0
skatepark/sass/blocks/_post-comments.scss

@@ -146,6 +146,10 @@
 
 	.commentmetadata {
 		margin-bottom: 36px;
+
+		a {
+			font-weight: 500;
+		}
 	}
 
 	.commentlist {