From 2582162cea2b3a59cd21c78f8b73cb03d0acad40 Mon Sep 17 00:00:00 2001 From: Pauline Date: Sat, 14 Oct 2023 22:27:27 -0400 Subject: refactor(trunk): refactor the entire project idk --- apps/website/src/styles/global.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/website/src/styles') diff --git a/apps/website/src/styles/global.css b/apps/website/src/styles/global.css index 51f3c19..6520592 100644 --- a/apps/website/src/styles/global.css +++ b/apps/website/src/styles/global.css @@ -1,11 +1,11 @@ @tailwind base; * { - font-family: 'Poppins', sans-serif; + font-family: 'Poppins', sans-serif; } @layer base { - :focus-visible { - @apply outline-none ring ring-blue-500; - } -} \ No newline at end of file + :focus-visible { + @apply outline-none ring ring-blue-500; + } +} -- cgit