Hi,
Is it possible in apex 21.1 to change the banner so it has a gradient colour across the page
I've tried adding the following to the custom css but its not making any difference.
.t_header-branding{
{
background-color: linear-gradient([#d81400](https://forums.oracle.com/ords/apexds/domain/dev-community?tags=d81400), [#ffffff](https://forums.oracle.com/ords/apexds/domain/dev-community?tags=ffffff));
}
Thanks in advance