When I use bootstrap, it removes the background color from everthing when I try to print my page. Almost everything on my website is using bootstrap classes so I want to avo
just make the specificity-value more specific and you should be ok. something like:
@media print { tbody>tr:nth-child(even)>td { background-color: rgb(230, 216, 216) !important; } }