weigq/openview_quicklook

It makes visited link (`a:visited`) texts white

Closed this issue · 2 comments

Hi,
It's glad to see that this extension is back! It's really useful.

By the way, I think this extension is making the color of the texts for visited links (a:visited) white in openreview, maybe with the following part

a,a:active,a:hover,a:visited{color:#fff}

or maybe with

a:visited,
a:active {
color: white;
}

before minimization.

When you get some spare time, could you look into that, please?

Thanks!

weigq commented

good point, I will fix later.

weigq commented

Done!