Skip to content

Commit

Permalink
added text-decoration mixin to skatepark comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed Sep 7, 2021
1 parent 2118ae6 commit 2159541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skatepark/assets/theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions skatepark/sass/blocks/_post-comments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
// Target certain links within post comments to use the underline treatment.
.comment-body > p > a,
.comment-edit-link {
@include text-decoration;
text-decoration: underline;

&:hover {
Expand Down

0 comments on commit 2159541

Please sign in to comment.