|
@@ -4,14 +4,6 @@
|
|
|
|
|
|
line-height: var(--wp--custom--body--typography--line-height);
|
|
|
|
|
|
- .comment-author {
|
|
|
- margin-bottom: var(--wp--custom--margin--baseline);
|
|
|
-
|
|
|
- cite {
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
.reply {
|
|
|
margin-bottom: var(--wp--custom--margin--vertical);
|
|
|
|
|
@@ -69,6 +61,7 @@
|
|
|
|
|
|
p {
|
|
|
margin-top: 0;
|
|
|
+ margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
.comment-notes {
|
|
@@ -132,12 +125,24 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ .comment-author {
|
|
|
+ margin-bottom: var(--wp--custom--margin--baseline);
|
|
|
+
|
|
|
+ cite {
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
.commentmetadata {
|
|
|
- margin-bottom: 20px;
|
|
|
+ margin-bottom: 36px;
|
|
|
}
|
|
|
|
|
|
.commentlist {
|
|
|
margin-bottom: 60px;
|
|
|
+
|
|
|
+ .comment p {
|
|
|
+ margin-bottom: var(--wp--custom--margin--vertical);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
// Target certain links within post comments to use the underline treatment.
|