Project-Prism / Prism-OS

An operating system written in C#, Made possible by the cosmos community!
https://project-prism.github.io/Prism-OS/
GNU General Public License v2.0
87 stars 18 forks source link

Improved the website abit #40

Closed Pyogenics closed 2 years ago

Pyogenics commented 2 years ago

Some cleaning up and stuff.

Pyogenics commented 2 years ago

Oops, haven't actually fixed tables displaying in light mode

Pyogenics commented 2 years ago

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;
}
Pyogenics commented 2 years ago

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.

Pyogenics commented 2 years ago

Fixed

Pyogenics commented 2 years ago

oh wait, now it's displaying wrong in dark mode

Pyogenics commented 2 years ago

Going to add a cookie for light mode so that it is preserved across pages.

Pyogenics commented 2 years ago

There might be a bug with it

Pyogenics commented 2 years ago

I am unsure why this is a bug Screenshot 2022-08-12 at 17 23 21

Pyogenics commented 2 years ago

Fixed