diff --git a/web/app/globals.css b/web/app/globals.css index 60746b6..171575a 100644 --- a/web/app/globals.css +++ b/web/app/globals.css @@ -25,6 +25,10 @@ body { background-position: 52% 57%; } +.text-subdued { + @apply text-indigo-900/60; +} + th { @apply px-4 pt-4 pb-2 text-indigo-900/50 font-semibold text-xs leading-none uppercase; } diff --git a/web/components/Strategy.tsx b/web/components/Strategy.tsx index 92d1541..3c75ccb 100644 --- a/web/components/Strategy.tsx +++ b/web/components/Strategy.tsx @@ -19,7 +19,7 @@ function Information(props: {
{props.title}
-
{props.subtitle}
+
{props.subtitle}