Home › Forums › JavaScript › Dark/Light color switch › Reply To: Dark/Light color switch
October 6, 2017 at 11:00 am
#261100
Participant
- on web-development: HTML, CSS and javaScript: there is no magic involved
- if being lazy, one has to get smart with it, like writing functions and so on ;)
Soooo maybe try to write a function in javascript that’s swaps every instance of “white” to “black” on button click or something, but I’m not going to go there. Personally I would much rather have the fined grained control with (declarative property-value pairs in) CSS, that is hard to beat IMO.