22
\$\begingroup\$

I'm open to suggestions as far as whether we should change the color, underline links, or both, but as it is it's a little too subtle for less than perfect monitors and viewing angles.

chat hyperlink example

\$\endgroup\$
5
  • \$\begingroup\$ And while we're at it lets give this feature request a look too ;) \$\endgroup\$ Commented May 19, 2014 at 19:15
  • 4
    \$\begingroup\$ I want dashed underline. \$\endgroup\$ Commented Jun 25, 2014 at 14:23
  • \$\begingroup\$ Love the answers providing users with means to implement their own solution; but I feel it is important to note (as I did on the newer duplicate) that to my eyes, the links are fairly distinguishable. May not be the best design implementation, but they certainly are not camouflaged. \$\endgroup\$ Commented May 11, 2017 at 1:23
  • \$\begingroup\$ Possible duplicate of Could GDSE's low-visibility hyperlinks please be revisited and improved on main, meta and in chat? \$\endgroup\$ Commented Oct 26, 2017 at 11:36
  • \$\begingroup\$ Voting to close this as a duplicate of the feature request where this got resolved for our record-keeping purposes. \$\endgroup\$ Commented Oct 26, 2017 at 11:36

2 Answers 2

8
\$\begingroup\$

I've build a simple userstyle to use cause I was annoyed by it:

 div.message a { color: #d1802a; } 

https://userstyles.org/styles/103649/make-links-identifiable

(One that also does the stars, and every other link in the star list because as far as I can tell there's no other way of telling:)

 div.message a, #starred-posts a { color: #d1802a; } 
\$\endgroup\$
5
  • \$\begingroup\$ If you want dashed underline you can do it yourself =p \$\endgroup\$ Commented Jul 21, 2014 at 15:20
  • 2
    \$\begingroup\$ div.message div.content a { color: #d1802a; border-bottom:1px dotted; } \$\endgroup\$ Commented Jul 21, 2014 at 17:08
  • \$\begingroup\$ +1 for a lovely work around though I still think we should push for an official solution. I honestly wasn't aware of user styles until now. Awesome! \$\endgroup\$ Commented Jul 21, 2014 at 17:08
  • \$\begingroup\$ Hm. Just noticed that this script (at least when used with GreaseMonkey, someone please confirm using Stylish) does not work on links in the stars section. \$\endgroup\$ Commented Aug 24, 2014 at 22:27
  • \$\begingroup\$ It does not, I can add a second version which does. \$\endgroup\$ Commented Aug 25, 2014 at 7:39
1
\$\begingroup\$

In addition to Kevin's answer, I hacked his snippets into a userstyle that changes the colors of both the stars' links and the rest of them, and also works on all SE sites instead of just GDSE. That part can be edited in the js file.

https://userstyles.org/styles/104670/make-links-identifiable-2-0

Note: This script can be used with GreaseMonkey in FireFox or Stylish. It may work with other tools/browsers.

\$\endgroup\$

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.