From 7cd88266d5eecdb717effd293287e6a34b7e462f Mon Sep 17 00:00:00 2001 From: Kim Coleman Date: Mon, 26 Sep 2022 15:28:26 -0400 Subject: [PATCH] Fixing another spot that needed font-weight 900 to avoid Elementor conflict --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 4f8836e..762632b 100644 --- a/style.css +++ b/style.css @@ -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 { @@ -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, @@ -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; }