Giter Club home page Giter Club logo

Comments (3)

FranklinYu avatar FranklinYu commented on June 3, 2024 1

Hi, sorry for not replying. Yes, base-color works for me. Thank you for fixing it!

from stackoverflow-dark.

the-j0k3r avatar the-j0k3r commented on June 3, 2024

Would you try adding to your local install of style --theme-link-color-visited: /*[[visited-color]]*/ !important; over --theme-footer-link-color: **#aaa; in main body[class*="theme-"], body { e.g.

  body[class*="theme-"], body {
    --theme-link-color-visited: /*[[visited-color]]*/ !important;
    --theme-footer-link-color: #aaa;
    ...
    ...
    ...
    ...
}

try with and without !important I would prefer not to use it unless necessary.

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.

from stackoverflow-dark.

the-j0k3r avatar the-j0k3r commented on June 3, 2024

also please note.

.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 { is not visited color as the exceptions :not indicate :not(.s-link__visited) etc...

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]]*/
  }

from stackoverflow-dark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.