I used Datatables and I want to customize the pagination to the color I want to match the theme of my page.
This is the default view.
I have tried different methods, like using the same class done in datatables and use !important. It worked but did not show what I intended to do.
What I want when active and also when in :hover state:
- background-color: black;
- color: white;
Thanks a lot for the help!
