How to set gradient background color in container?

Hello, you can achieve that like this

._retool-container1 {
  background: linear-gradient(45deg, steelblue, gray, darkblue);
}

How to use Custom CSS in Retool Apps