document.documentElement.style.setProperty('--yourVariableName', 'yourNewValue');. This above code will change the value of that CSS variables.
確定! 回上一頁