Browse Source

Skatepark: Increase font weight of comment meta links

Sarah Norris 4 years ago
parent
commit
949e5f35a7
1 changed files with 4 additions and 0 deletions
  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 {