maunium / dontasktoask.com

An informational website about why you should ask questions directly instead of asking to ask
https://dontasktoask.com
MIT License
432 stars 97 forks source link

Website improvements #91

Closed AngeloCore closed 2 years ago

AngeloCore commented 2 years ago

Updates

Before image

After image

The font was changed because of the other alphabets

Before image

After image

tulir commented 2 years ago

This is a bit too big. The code style and color scheme changes don't seem particularly useful. System language detection is probably better to do server-side and/or with a manual language picker (#85).

The scroll bar color is a good change, but I'm not sure if it's correctly implemented here. MDN seems to say that color-scheme should list all the themes that the site can be rendered in, but it doesn't say how it interacts with the prefers-color-scheme media query.

tulir commented 2 years ago

Adding color-scheme: light dark; globally seems to work in chromium, so I did that now (Firefox had the correct scroll bar color already before)