dreamonkey / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
1 stars 0 forks source link

Readability problems into dark mode #106

Closed IlCallo closed 1 year ago

IlCallo commented 2 years ago

Description Clearly and concisely explain the problem. You can mention unclear or missing information, typos, grammatical mistakes, etc. Any contributions and suggestions are welcome!

Some components haven't been properly updated to support dark mode, here's a few screenshots

The white line here in every component page image

Many sponsors logo aren't readable on a dark background image

The "show more" button of the nested installation item isn't visible image

The code background color must be updated as there isn't enough contrast right now image

Into why donate page, images aren't readable now image

Quick navigation buttons aren't properly styled as dark image

The inline code highlight doesn't really work into the "notes" boxes image

Shadows aren't visible image

Into flexbox guide, some writings aren't visible image

We reached "Layout & Grid" page doing our checks Please check other pages too

smolinari commented 2 years ago

I think I have most of these. There isn't much we can do about the shadows.

I'm still tweaking... 😁

Scott

IlCallo commented 2 years ago

We should probably invert the shadow colour depending on the dark mode flag

smolinari commented 2 years ago

Getting the shadows "switched" is not that easy (for me).

I've done some more tweaking. The API section looks ok, I'd say.

image

Scott