It would be nice if we could see a difference between bold text and links when reading our blog content here on kriesi board.
maybe a different color
.main_color strong {
color: #4261bd;
font-weight: 700;
}
or a little sign behind links f.e.:
#bbpress-forums .bbp-body div.bbp-reply-content a:after {
content: "\e86b";
font-family: entypo-fontello;
font-size: 12px;
font-weight: normal !important;
position: relative !important;
left: 2px;
top: -3px;
margin-right: 5px;
}
#bbpress-forums .bbp-body div.bbp-reply-content a {
text-decoration: none !important
}
otherwise you can not differ between the this or the that case.