From c858089644144854f819f5c994b88e2bf08adb2e Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt <coryd@hey.com> Date: Sun, 13 Aug 2023 14:04:56 -0700 Subject: [PATCH] feat: color + accessibility updates --- tailwind.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.css b/tailwind.css index 8d407284..8af47871 100644 --- a/tailwind.css +++ b/tailwind.css @@ -4,12 +4,12 @@ ::-moz-selection { color: theme(colors.white); - background: theme(colors.purple.400); + background: theme(colors.pink.500); } ::selection { color: theme(colors.white); - background: theme(colors.purple.400); + background: theme(colors.pink.500); } .icon-inline svg {