-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
visited links in answers are shown dark #234
Comments
Would you try adding to your local install of style body[class*="theme-"], body {
--theme-link-color-visited: /*[[visited-color]]*/ !important;
--theme-footer-link-color: #aaa;
...
...
...
...
} try with and without Also we dont really support dark mode like you suppose, because we are not using css vars from SO, this style is much much much older than all that, and would need to be re-written which is not likely to happen in this organization with this style. If that happen Ill do own style for this, already started, but much in stackexchange is still not using css vars, so Ide like to wait on that front. So please for best results use default so light mode together with this style, not dark mode and this style together. I also dont fancy unnecessary work to support something that is partially unknown. See #214 Let me know what result is of that new line as here I cannot reproduce your issue as my links remain same color, probably because Im blocking 3rd party cookies. Thanks. |
also please note.
At best this would be base-color .s-prose a:not(.post-tag):not(.s-tag):not(.badge-tag):not(.s-link__visited):not(.s-btn):not(.s-editor-btn), .comment-copy a {
color: /*[[base-color]]*/
} |
Hi, sorry for not replying. Yes, |
Possibly affected style from Stack Exchange:
I guess we might need some
!important
somewhere.Note: I enabled native dark theme in Stack Overflow, which might affect the value of
--theme-link-color-visited
.The text was updated successfully, but these errors were encountered: