回答編集履歴
1
コードの修正
test
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
|
35
35
|
```js
|
36
36
|
|
37
|
-
$(body)[0].style.setProperty(`--service_color`, service_color);
|
37
|
+
$('body')[0].style.setProperty(`--service_color`, service_color);
|
38
38
|
|
39
39
|
```
|
40
40
|
|