2020年12月21日星期一

Different color for bold links

I wish to:

  1. Make bold text black
  2. Make bold links the color #FFAA3B

The below code turns bold text black but links are also black. Can someone please point out what I'm doing wrong?

.entry-content a {          color: #FFAA3B !important;      }            .entry-content strong {         color: black;      }            .entry-content strong > a {          color: #FFAA3B !important;      }
<div class="entry-content">    <strong> this is bold </strong>    <a> this is a link </a>  </div>
https://stackoverflow.com/questions/65402696/different-color-for-bold-links December 22, 2020 at 10:57AM

没有评论:

发表评论