UX: More color fixes (#111)

This commit is contained in:
Jordan Vidrine
2025-04-03 16:13:23 -05:00
committed by GitHub
parent d8c44934f4
commit cdcbffc483
4 changed files with 35 additions and 36 deletions
+1 -5
View File
@@ -64,11 +64,7 @@ html {
// Search Colors
--search-color: light-dark(
oklch(from #{$tertiary} l c h),
oklch(from #{$tertiary} calc(l * 1.5) c h)
) !important;
--search-banner-text-color: light-dark(
oklch(from #{$tertiary} calc(l * 0.65) calc(c * 0.65) h),
oklch(from #{$tertiary} calc(l * 1.5) c h)
oklch(from #{$tertiary} calc(l * 1.5) calc(c * 0.25) h)
) !important;
// Topic Card Colors