Skip to content

Commit 8dc209a

Browse files
lgraubnerfacebook-github-bot
authored andcommitted
improve contrast ratio in debugger-ui dark mode (#20559)
Summary: The font colors in the debugger-ui dark mode are not accessible. This PR ensures [Level AAA Conformance to Web Content Accessibility Guidelines 2.0](https://www.w3.org/WAI/WCAG2AAA-Conformance) which makes it better to read for everyone. Pull Request resolved: #20559 Differential Revision: D9495584 Pulled By: hramos fbshipit-source-id: 1a9bdd015935fb27e2d74d2399e687787282a987
1 parent a700044 commit 8dc209a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

local-cli/server/util/debugger-ui/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@
247247
}
248248
body.dark {
249249
background-color: #242424;
250-
color: #666;
250+
color: #afafaf;
251251
}
252252
.dark .shortcut {
253-
color: #777;
253+
color: #c1c1c1;
254254
}
255255
.dark a {
256256
color: #3b99fc;

0 commit comments

Comments
 (0)