Skip to content

Commit

Permalink
Fixing another spot that needed font-weight 900 to avoid Elementor co…
Browse files Browse the repository at this point in the history
…nflict
  • Loading branch information
kimcoleman committed Sep 26, 2022
1 parent 4388e5d commit 7cd8826
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ details > summary:before {
content: "\f078";
float: right;
font-family: 'Font Awesome 5 Free';
font-weight: 700;
font-weight: 900;
margin: 0 1.45rem;
}
details[open] > summary:before {
Expand Down Expand Up @@ -2232,7 +2232,7 @@ a:active {
.pmpro-body-level-required .masthead-post-byline h1.entry-title:before {
content: "\f023";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
font-weight: 900;
padding-right: 10px;
}
.pmpro-level-required.pmpro-has-access h1.entry-title a:before,
Expand Down Expand Up @@ -2533,7 +2533,7 @@ a:active {
content: "\f007";
font-family: 'Font Awesome 5 Free';
font-size: 1.2rem;
font-weight: 700;
font-weight: 900;
margin-left: 5px;
margin-top: -2px;
}
Expand Down

0 comments on commit 7cd8826

Please sign in to comment.