In the middle of my website, there is a console that contains links to dynamically update its content using javascript. Everything works smoothly, but the new HTML added dynamically does not have any styling applied to it.
Is there a way to refresh the CSS for either the entire site or just the specific section of HTML that has been changed?
If I choose to refresh the CSS for the whole site, I plan on embedding the styles directly within <styles>
instead of linking to a separate file to avoid additional server requests.