/* Force all links inside post content to be dark and readable */
.entry-content a, 
.post-content a {
    color: #111111 !important;
    text-decoration: underline !important;
}

/* Hover state so users know it's clickable */
.entry-content a:hover, 
.post-content a:hover {
    color: #000000 !important;
    text-decoration: none !important;
}