<div class="article-section">
  <p>This is part of the article. For more information <a target="_blank" href="https://weijunext.com">Click here (Red Color)</a>.</p>
  <div class="quote-section">
    <p>This is a quote section. Links here <a target="_blank" href="https://nextjs.weijunext.com">Click here (Default Color)</a>.</p>
  </div>
  <p>This is the part of the article after the quote. Links here <a target="_blank" href="https://smartexcel.cc">Click here (Also Red Color)</a>.</p>
</div>
@scope (.article-section) to (.quote-section) {
  a {
    color: red;
  }
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.