.site-header .site-title {
text-decoration: none;
}
.entry-content a {
text-decoration: underline;
}
.entry-title a:active,
.entry-title a:hover {
color: #ccc;
text-decoration:none;
}
a:active, a:hover {text-decoration:none !important; }
.site-title {
text-decoration: none !important;
border-bottom: none !important;
}
/* Remove the short accent separator under the site title. / .site-title::after { display: none; / Use !important; if needed. */
}
/* Remove any underline from the site title if any. / .site-title { text-decoration: none; / Use !important; if needed. / border-bottom: none; / Use !important; if needed. */
}