aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/styles/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/src/styles/global.css')
-rw-r--r--apps/website/src/styles/global.css10
1 files changed, 5 insertions, 5 deletions
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;
+ }
+}