Taking a look at a page like /use in dark mode:
The background color is 212121. The color of links is 3F51B5. The content of the links can be hard to read in some scenarios.
Using a tool like WebAim's contrast checker this produces a contrast ratio of 2.34, not passing any standard for contrast. I'd suggest using a lighter color like A1A8DE in the same spectrum to be more visible.
Taking a look at a page like /use in dark mode:
The background color is
212121. The color of links is3F51B5. The content of the links can be hard to read in some scenarios.Using a tool like WebAim's contrast checker this produces a contrast ratio of 2.34, not passing any standard for contrast. I'd suggest using a lighter color like
A1A8DEin the same spectrum to be more visible.