Search code examples
tfsazure-devops-server-2019azure-devops-server

Change color if visited links on Azure DevOps


We have a TFS server running, now re-branded as Azure DevOps Server.

On some dashboards we use a Markdown widget to provide some information, including links. These links turn up blue before visiting them, but after visiting a link the link turns very dark, maybe even black. This makes it hard to distinguish visited links from regular text.

I remember in the dark ages before CSS this was a browser setting. Nowadays I assume that is handled by CSS, and that stylesheet is probably provided by the TFS installation.

Is there any way to change that color/style, so visited links still stand out?


Solution

  • Apparently, we can just mix HTML with Markdown? This seems to work:

     <font color="blue">blue text</font>