Thank you very much! Now since I know the correct CSS class, I found a good solution with your hint and template.css:
.news-big .readmore a {
color: #000;
border-bottom: 1px solid #ebebeb; }
.news-big .readmore a:hover, .news-big .readmore a:focus, .news-big .readmore a:active {
border-bottom: 1px solid rgba(24, 24, 24, 0.7); }