chore(curriculum): highlight background property (#67178)

This commit is contained in:
Supravisor
2026-04-30 18:10:06 +12:00
committed by GitHub
parent 2b4c947458
commit 242c9b5fbd
@@ -63,9 +63,8 @@ h1 {
}
.red {
background: linear-gradient(90deg, rgb(255, 0, 0) 75%, rgb(0, 255, 0), rgb(0, 0, 255));
--fcc-editable-region--
background: linear-gradient(90deg, rgb(255, 0, 0) 75%, rgb(0, 255, 0), rgb(0, 0, 255));
--fcc-editable-region--
}