Tweak some things for launch

This commit is contained in:
Gregory Schier
2025-02-18 21:28:03 -08:00
parent ccbc8d4e18
commit 74f14a8392
9 changed files with 15 additions and 17 deletions

View File

@@ -113,8 +113,8 @@ function bannerColorVariables(color: YaakColor): Partial<CSSVariables> {
text: color.lift(0.8),
textSubtle: color.translucify(0.3),
textSubtlest: color,
surface: color.translucify(0.9),
border: color.lift(0.3).translucify(0.4),
surface: color.translucify(0.95),
border: color.lift(0.3).translucify(0.8),
};
}