Merge pull request #3035 from element-hq/renovate/all-minor-patch

Update all non-major dependencies
This commit is contained in:
Robin
2025-03-04 00:14:56 -05:00
committed by GitHub
4 changed files with 1041 additions and 1030 deletions

View File

@@ -30,7 +30,8 @@ borders don't support gradients */
}
.tile.speaking::before {
background: linear-gradient(
background:
linear-gradient(
119deg,
rgba(13, 92, 189, 0.7) 0%,
rgba(13, 189, 168, 0.7) 100%
@@ -49,7 +50,8 @@ borders don't support gradients */
}
.tile.handRaised::before {
background: linear-gradient(
background:
linear-gradient(
119deg,
var(--cpd-color-yellow-1200) 0%,
var(--cpd-color-yellow-900) 100%