--- id: 5a9d72a1424fe3d0e10cad15 title: Change a variable for a specific area challengeType: 0 videoUrl: '' localeTitle: '' --- ## Description
عند إنشاء المتغيرات الخاصة بك في :root ، سيتم تعيين قيمة هذا المتغير للصفحة بأكملها. يمكنك بعد ذلك كتابة هذه المتغيرات عن طريق ضبطها مرة أخرى داخل عنصر محدد.
## Instructions undefined ## Tests
```yml tests: - text: '' testString: 'assert(code.match(/.penguin\s*?{[\s\S]*--penguin-belly\s*?:\s*?white\s*?;[\s\S]*}/gi), "The penguin class should reassign the --penguin-belly variable to white.");' ```
## Challenge Seed
```html
```
## Solution
```js // solution required ```