Fix Status Bar being unreadable when the user overrides the default OS light/dark theme. (#32442)

* Remove --cpd-color-gradient-critical-linear

* update package

* update snap
This commit is contained in:
Will Hunt
2026-02-11 13:28:17 +00:00
committed by GitHub
parent 0692e120fa
commit 7f31cf196f
4 changed files with 10 additions and 22 deletions
@@ -5,18 +5,6 @@
* Please see LICENSE files in the repository root for full details.
*/
:root {
--cpd-color-gradient-critical-linear: linear-gradient(
180deg,
var(--cpd-color-alpha-red-500) 0%,
var(--cpd-color-alpha-red-400) 20%,
var(--cpd-color-alpha-red-300) 40%,
var(--cpd-color-alpha-red-200) 60%,
var(--cpd-color-alpha-red-100) 80%,
var(--cpd-color-transparent) 100%
);
}
.banner {
container-type: inline-size;
container-name: banner;