Skip to content

Commit

Permalink
Resoponse to the addition of the font-family property to the list style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmaneuver committed Jan 14, 2022
1 parent 292a75d commit 469fb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@ footer {
}

.comment-author .fn {
@include ArialFontFamily;
@include GetFontPreSet(1.4rem, 900);
@include LinkColor3;
}
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2327,6 +2327,7 @@ aside ul.wp-block-sketchpad-modified-blocks-table-of-contents > li div.toc-item
}

.comments-area .comment-list .comment-author .fn {
font-family: "Arial";
font-size: 1.4rem;
line-height: 2.1rem;
font-weight: 900;
Expand Down

0 comments on commit 469fb1b

Please sign in to comment.