aboutsummaryrefslogtreecommitdiff
path: root/app/globals.css
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-07-24 20:27:10 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-07-24 20:27:10 -0400
commit649b1d4328a7ffc31cb5e9d47e2b3ddefcc66f16 (patch)
treecec8bf0658a8555c418b3ffeef57332097d84ee5 /app/globals.css
parenta04ae661c547e7e051927e7a169aeb492f50a532 (diff)
downloadalure-website-649b1d4328a7ffc31cb5e9d47e2b3ddefcc66f16.tar.gz
alure-website-649b1d4328a7ffc31cb5e9d47e2b3ddefcc66f16.tar.bz2
alure-website-649b1d4328a7ffc31cb5e9d47e2b3ddefcc66f16.zip
Initial rewrite to astro
Diffstat (limited to 'app/globals.css')
-rw-r--r--app/globals.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/globals.css b/app/globals.css
deleted file mode 100644
index e76e819..0000000
--- a/app/globals.css
+++ /dev/null
@@ -1,19 +0,0 @@
-@tailwind base;
-@tailwind components;
-@tailwind utilities;
-
-:root {
- --foreground-rgb: 255, 255, 255;
- --background-start-rgb: 0, 0, 0;
- --background-end-rgb: 0, 0, 0;
-}
-
-body {
- color: rgb(var(--foreground-rgb));
- background: linear-gradient(
- to bottom,
- transparent,
- rgb(var(--background-end-rgb))
- )
- rgb(var(--background-start-rgb));
-}