以下是要求:
我尝试了几种变体,但是它们没有用。 这是我的最后一个:
这是我的HTML代码:
.heading a {
text-decoration: none;
color: black;
}
.heading a:visited {
color: silver;
}
<section class="heading tm-content-box">
<div class="pad">
<h2> WE ARE...</h2>
<ol>
<li><a href="index.html" class="text">Designers</a></li>
<li><a href="index.html">Consultants</a></li>
<li><a href="#" class="text">Strategists</a></li>
<li><a href="#">Engineers</a></li>
<li><a href="#">Developers</a></li>
<li><a href="#">Architects</a></li>
<li><a href="#">Analysts</a></li>
</ol>
</div>
</section>