AP
Тогда что написать в
handleClick
. чтобы --primary-color
стал red
?.theme-dark
и в нем описать .theme-dark { --primary-color: red }
Size: a a a
AP
handleClick
. чтобы --primary-color
стал red
?.theme-dark
и в нем описать .theme-dark { --primary-color: red }
AP
color
которое тоже наследуется от родтеляКС
КС
EI
.theme-dark
и в нем описать .theme-dark { --primary-color: red }
КС
EI
AP
<div style="--primary-color: red">
все кто внутри див будут иметь красный цвет этой переменнойEI
КС
AP
EI
<div style="--primary-color: red">
все кто внутри див будут иметь красный цвет этой переменнойEI
AP
EI
EI
EI
--primary-color: red;
поиметь?AP
.theme-light {
--primary-color: green;
--secondary-color: red;
}
.theme-dark {
--primary-color: red;
--secondary-color: green;
}
DK
handleClick
. чтобы --primary-color
стал red
?document.body.style.setProperty('--primary-color', 'red')
EI
.theme-light {
--primary-color: green;
--secondary-color: red;
}
.theme-dark {
--primary-color: red;
--secondary-color: green;
}