.tabulator { border: none; background-color: #282a36; } .tabulator .tabulator-header { background-color: #474A5E; color: whitesmoke; } .tabulator .tabulator-header .tabulator-col { background-color: #474A5E; } .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover { background-color: #6D8A88; } .tabulator .tabulator-row { background-color: #282a36; color: whitesmoke; } .tabulator .tabulator-row.tabulator-row-even { background-color: #474A5E; } .tabulator .tabulator-row.tabulator-selectable:hover { background-color: #6D8A88; }