OP 13 October, 2022 - 09:07 PM
(This post was last modified: 13 October, 2022 - 09:08 PM by Sango. Edited 1 time in total.)
my suggestion is to add a hover effect to the MyBB URLs in threads/posts
here's what it would look like: (idk why my mouse is invisible)
the CSS code if you want to see it yourself:
here's what it would look like: (idk why my mouse is invisible)
the CSS code if you want to see it yourself:
Code:
.mycode_url:hover span, .mycode_url:hover {
text-decoration: underline !important;
}