Update formatting

This commit is contained in:
Robin
2025-03-03 23:41:29 -05:00
parent 518f1f7bee
commit db9f255a4a
2 changed files with 6 additions and 3 deletions

View File

@@ -100,7 +100,8 @@ body[data-platform="android"] {
} }
body[data-platform="ios"] { body[data-platform="ios"] {
--cpd-font-family-sans: -apple-system, BlinkMacSystemFont, "Inter", sans-serif; --cpd-font-family-sans:
-apple-system, BlinkMacSystemFont, "Inter", sans-serif;
} }
@layer compound-legacy { @layer compound-legacy {

View File

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