Project Summary:
This story is supported by the Pulitzer Center and is part of the “Texas Energy Crossroads” project, a partnership between The Hill and Nexstar Texas stations examining the oil and gas industry and the politics surrounding it following President Trump’s second inauguration.
`;
$(“header.article-header”).prepend(cat4markup);
const socialIcons = document.querySelectorAll(“span.social-share__icon > svg > path”);
socialIcons.forEach((ele) => {
console.log(ele);
ele.setAttribute(‘fill’, ‘#ffffff’);
ele.setAttribute(‘style’, ‘#ffffff;’);
});
// –>