Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Dark/Light color switch Reply To: Dark/Light color switch

#261085
Atelierbram
Participant

@funkaholik

I guess I don’t understand exactly what the issue is here, when you write in your demo:

intial font color is switchable but text-fill-color of links isn’t, and I want it to be same color as background and I don’t care about border, and if you’ll add it in css then font-color also changes – it’s not good

Specially that last part about the font-color changing … for if you do:

.dark .two {
  -webkit-text-fill-color: #333;
}

Then just the text-fill-color changes, no? So what is really the issue?

https://codepen.io/atelierbram/pen/MEQbPZ