--- id: 5d822fd413a79914d39e9928 title: Part 95 challengeType: 0 dashedName: part-95 --- # --description-- I'm not thrilled about that black for the windows anymore. Change the `--window-color1` value to `#bb99ff`. # --hints-- test-text ```js const root = code.match(/:root\s*{[\s\S]+?[^}]}/g)[0]; assert(/--window-color1\s*:\s*#bb99ff\s*(;|})/g.test(root)); ``` # --seed-- ## --seed-contents-- ```html freeCodeCamp Skyline Project
``` # --solutions-- ```html freeCodeCamp Skyline Project
```