Change the color Links of Flexdashboard Pages using custom CSS

I'm developing a dashboard using Flexdashboard and I'd like to change the colors of the Flexdashboard pages Capture and Results using specific colors. The colors to be used are client-specific, that's why I don't want to use Flexdashboard themes.

Below image is the current output of color change I've done in the navbar, and the structure of the flexdashboard pages which I'd want the hover color on the links to change

Screenshot 2022-08-24 at 11.37.08

The code to reproduce the pages in flexdashboard is:

Capture {data-icon="ion-document-text"}
===================================== 


Results {data-icon="ion-stats-bars"}
===================================== 

How do I change hover color on the links of the pages in the flex dashboard?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.