@arielcostas no visible table borders either
@arielcostas You seem to have hardcoded colors, I would create css variables, take a look at my site's source code if you want.
You can do --text-color: #fffff; In the css :root
Then use it in any element as
color: var(--text-color);
