Styling internal links with a different color

Ok, it’s working. Here’s what’s happening:

1 - Wikilinks has to be ON
2 - When I make changes to the .css file, even with Wikilinks turned on, the old links I created are not automatically updated so that’s why I wasn’t seeing any changes with your code. Only when I created new links was I able to see the changes
image

So I only needed the small code to make it work:

:root, body, .view-content {
    --link-color: #E7BC39;
    --link-color-hover: #d9ae2c;
  }

Really appreciate your time and help! :raised_hands:

3 Likes