fix(curriculum): Adjust active editor for Cat Painting Step 9 (#52314)

Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
This commit is contained in:
Aditya Kumar
2023-11-10 16:08:42 +05:30
committed by GitHub
parent d7f7c9b67c
commit 8ede3b2c3f
@@ -65,14 +65,16 @@ body {
background-color: #c9d2fc;
}
--fcc-editable-region--
.cat-head {
--fcc-editable-region--
--fcc-editable-region--
background: linear-gradient(#5e5e5e 85%, #45454f 100%);
width: 205px;
height: 180px;
border: 1px solid #000;
border-radius: 46%;
}
--fcc-editable-region--
```