Closed Pyogenics closed 2 years ago
Oops, haven't actually fixed tables displaying in light mode
I have a solution for the tables not displaying properly in light mode but I'm not too fond of it. In downloads.css:
.LightMode table, th, td {
border: 1px solid black;
}
But I'd rather it be in global so that any other tables in the website are fine. I tried but it didn't work in global and devtools didn't give any errors, for some reason it just isn't inherited from body.
Fixed
oh wait, now it's displaying wrong in dark mode
Going to add a cookie for light mode so that it is preserved across pages.
There might be a bug with it
I am unsure why this is a bug
Fixed
Some cleaning up and stuff.