Links not visible in Gutenberg editor
-
I’m starting a new site and would like for links to remain black but underlined (different color).
I’ve added the following CSS which works a treat:
.single-post .entry-content a {
text-decoration: underline;
text-decoration-color: blue;
}However, when editing posts in Gutenberg – links are not visible, ONLY if I hover over them.
Is the only solution to make links a different color?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Links not visible in Gutenberg editor’ is closed to new replies.