Moneropedia links are not indicated as such.
Created by: jonathancross
Internal links in the moneropedia are styled exactly like the text so there is no indication that they are clickable. Example: https://getmonero.org/knowledge-base/moneropedia/block
The CSS class below forces them to grey:
.moneropedia {
color: #505050;
}
If this color property is simply removed, we get nice links again: