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
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?