lonkaars / connect-4

It's like chess.com but for connect 4
https://connect4.pipeframe.xyz
MIT License
4 stars 0 forks source link

Move inline css styles to .css files in styles folder #9

Closed lonkaars closed 3 years ago

lonkaars commented 3 years ago

The website currently uses inline styles almost exclusively. This is dumb and .css files should be used instead to allow lazy loading, and reduce initial load time. Inline css styles also stop extensions like dark reader from working properly.

lonkaars commented 3 years ago

During the move I think all px units should be converted to rem and em for accessibility. This will also make it easier to create stylesheets for mobile devices.