kiwibrowser / android

This repository is archived, and is now transferred to https://github.com/kiwibrowser/src
https://kiwibrowser.com/
722 stars 74 forks source link

night mode ignores css linear-gradient #259

Open Solarinius opened 1 year ago

Solarinius commented 1 year ago

The following style completely ignores gradient when kiwi on android is using dark theme. The latest version to date. chrome, ff, and edge are all recognizing this style just fine

body {
background: linear-gradient(rgba(1, 26, 39, 0.7), rgba(1, 26, 39, 0.9)), url('.image.png');
}