From 997b850967df8dc03a7321b167dc9f7b52f98c7a Mon Sep 17 00:00:00 2001 From: Pauline Date: Sat, 14 Oct 2023 14:24:27 -0400 Subject: migrate(web): migrate from website/new-website to nexus/apps/website --- apps/website/src/styles/global.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/website/src/styles/global.css (limited to 'apps/website/src/styles') diff --git a/apps/website/src/styles/global.css b/apps/website/src/styles/global.css new file mode 100644 index 0000000..51f3c19 --- /dev/null +++ b/apps/website/src/styles/global.css @@ -0,0 +1,11 @@ +@tailwind base; + +* { + font-family: 'Poppins', sans-serif; +} + +@layer base { + :focus-visible { + @apply outline-none ring ring-blue-500; + } +} \ No newline at end of file -- cgit