Different color of external links - broke after update

Hello,

After the most recent update of the desktop app this simple code stopped working:

.theme-dark {
  --link-color: orange;
  --link-color-hover: rgb(254, 204, 111);
  --link-external-color: deepskyblue;
  --link-external-color-hover: rgb(139, 222, 249);
}

To be more precise, the external links in the editor mode get the color from --link-color instead of --link-external-color. When clicked or hoovered, the external link color is correct in the editor mode. In the preview mode, everything is correct too.

I use the default theme.

I don’t know if that’s a bug or a breaking change. Anyway, I want my external links in a different color back. Please help.

Thank you.

1 Like

It’s a bug and has been reported here:

They were able to reproduce it as you can see from the repro tag, so the devs are aware.

Thank you.

Maybe some of the CSS here can help a bit until the issue is resolved in a future release: