diff options
Diffstat (limited to 'app/globals.css')
| -rw-r--r-- | app/globals.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/globals.css b/app/globals.css index fd81e88..746ad69 100644 --- a/app/globals.css +++ b/app/globals.css @@ -2,6 +2,7 @@ @tailwind components; @tailwind utilities; +/* :root { --foreground-rgb: 0, 0, 0; --background-start-rgb: 214, 219, 220; @@ -24,4 +25,4 @@ body { rgb(var(--background-end-rgb)) ) rgb(var(--background-start-rgb)); -} +} */ |
