Hoping you'll make a quick CSS adjustment for the links in the top bar in dark mode. They're black on near-black right now, for visited links. I use custom CSS to fix that for myself right now.

In particular, there is a line in layout.css that goes:

.page-header a:visited { color: #000; }

and should probably have an override in dark.css.