Answers for "change css root variable with jquery"

CSS
0

jquery change css variiable value

$("html").on('click', function() {
  
  $("body").get(0).style.setProperty("--color", "hotpink");
  
});
Posted by: Guest on June-13-2021

Code answers related to "change css root variable with jquery"

Browse Popular Code Answers by Language