From 935ef7d2f76cca7bc1f9840dc357de85f93a1ec2 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Mon, 11 Jul 2022 17:10:23 -0400 Subject: Update for new dashboard frontend --- src/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css index 868b6c6..a7ae2da 100644 --- a/src/index.css +++ b/src/index.css @@ -1,7 +1,3 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; - body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", @@ -13,3 +9,7 @@ body { code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } + +* { + font-weight: 400; +} -- cgit v1.2.3