|
|
|
|
|
by notpushkin
1078 days ago
|
|
Blue text color and underline are two things that universally help people recognize links – so no matter how custom your CSS is, using any of these traits for other purposes is a bad idea. Of course, nowadays links can be any color and without underline, and we're getting used to it too. This only means that using any color to emphasise words in a text is a bad idea, as more and more people would see that as a link and get confused. Just stick to the good old italics. |
|
Examples:
Azure Blog: https://techcommunity.microsoft.com/t5/microsoft-learn-blog/...
If you look at the CSS, they actually went out of their way to add that underline back in, it's intentional.
A more common pattern seems to be blue text that gets underlined on hover.
Web applications likely prefer buttons as links, which probably makes sense. They aren't "web pages" they are "applications". Text web pages stick to traditional HTML metaphors.