| 1 | const body = document.querySelector('body'); |
| 2 | const cssCode = document.querySelector('.css-code'); |
| 3 | const leftColor = document.querySelector('.left-color'); |
| 4 | const rightColor = document.querySelector('.right-color'); |
nothing calls this directly
no test coverage detected