openmost/DarkTheme

Low contrast ratio in v1.2.0 (with screens and suggestions)

Closed this issue · 3 comments

Hi @ronan-hello and thank for awesome theme!

I just want to suggest for some fixes

1. Main link color in all theme

Chrome's accessabiity suggessions alert about low contrast ratio (and in real, visually hard to read some links). I make some design research for find ideal (imho) color 👍 :-) And you might want to use them:
2023-03-11_23-18-16
Copyable colors: (old) #3450a3#778fd4 (suggested)

2. Icon "View visitor profile" in visitor log and realtime log

2023-03-11_23-04-13
its icon color may be set to main link color or just grey (with normal contrast ratio) or white...

3. Widget background color fpr "promoWidget"

2023-03-11_22-45-28

Update for point 2: in some other widget icons same problem are detected.
Customizable widgets like Visits over time:

image

I founded additional wrong color:

2023-03-12_22-23-19

To fix it, i used this code:

.siteSelector .custom_select_search .inp{
  color: inherit !important;
}

Thank you for opening this issue
This is fixed right now !