From 84bb9c3df3a4900c5657a8276a2708d60a8b102f Mon Sep 17 00:00:00 2001 From: Ginny-Dang Date: Wed, 25 Dec 2024 17:25:12 -0600 Subject: [PATCH] adjusted colors --- .prettierignore | 2 +- pages/popup/src/index.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 822a463..b6a8637 100644 --- a/.prettierignore +++ b/.prettierignore @@ -8,4 +8,4 @@ node_modules .prettierignore LICENSE *.md -pnpm-lock.yaml \ No newline at end of file +pnpm-lock.yaml diff --git a/pages/popup/src/index.css b/pages/popup/src/index.css index 4f8f0e6..e308d9d 100644 --- a/pages/popup/src/index.css +++ b/pages/popup/src/index.css @@ -1,4 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=Agbalumo&display=swap'); +@tailwind base; +@tailwind components; +@tailwind utilities; body { width: 700px; height: 700px;