I have created an extension which uses a linear-gradient background like so
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 50, 1) 30%, rgba(0, 0, 100, 1) 60%, rgba(0, 150, 255, 1) 100%);
The background is shown in Chrome, Brave and Orion Mobile but not in Orion Desktop. I am aware of the fallback solution to define a background with a solid color. But why does the linear-gradient works on mobile and not on the desktop version?