autogen icon indicating copy to clipboard operation
autogen copied to clipboard

Fix website accessibility

Open cheng-tan opened this issue 1 year ago • 4 comments

Why are these changes needed?

Fix accessibility issue for the website

TODO:

  • [x] fix light theme accessibility issue
  • [x] fix dark them accessibility issue

Related issue number

Checks

  • [x] I've included any doc changes needed for https://microsoft.github.io/autogen/. See https://microsoft.github.io/autogen/docs/Contribute#documentation to build and test documentation locally.
  • [x] I've added tests (if relevant) corresponding to the changes introduced in this PR.
  • [x] I've made sure all auto checks have passed.

cheng-tan avatar Jan 05 '24 22:01 cheng-tan

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (260e0cf) 31.98% compared to head (ac058be) 31.98%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1153   +/-   ##
=======================================
  Coverage   31.98%   31.98%           
=======================================
  Files          33       33           
  Lines        4415     4415           
  Branches     1030     1030           
=======================================
  Hits         1412     1412           
  Misses       2887     2887           
  Partials      116      116           
Flag Coverage Δ
unittests 31.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Jan 05 '24 22:01 codecov-commenter

The default appearance should not be dark. Can you change it to light? Thanks! @cheng-tan

skzhang1 avatar Jan 10 '24 17:01 skzhang1

The default appearance should not be dark. Can you change it to light? Thanks! @cheng-tan

Hi @skzhang1, is your system set to dark theme? I didn't change the default color mode, so it should still be light

cheng-tan avatar Jan 17 '24 02:01 cheng-tan

The default appearance should not be dark. Can you change it to light? Thanks! @cheng-tan

Hi @skzhang1, is your system set to dark theme? I didn't change the default color mode, so it should still be light

Today I learned. My system is dark theme.

skzhang1 avatar Jan 18 '24 00:01 skzhang1