diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-07-14 18:36:04 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-07-14 18:36:04 -0400 |
| commit | 189edd99b92244e342a3a7af1d7699525d72d965 (patch) | |
| tree | e0aec0a977fea387fd0034ed23bbad10b64429df /app/globals.css | |
| parent | 3a684e3505b5fb5482961ab63f1590f872b9a9fe (diff) | |
| download | alure-website-189edd99b92244e342a3a7af1d7699525d72d965.tar.gz alure-website-189edd99b92244e342a3a7af1d7699525d72d965.tar.bz2 alure-website-189edd99b92244e342a3a7af1d7699525d72d965.zip | |
New homepage and added exploreralure
Diffstat (limited to 'app/globals.css')
| -rw-r--r-- | app/globals.css | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/app/globals.css b/app/globals.css index fd81e88..e76e819 100644 --- a/app/globals.css +++ b/app/globals.css @@ -3,17 +3,9 @@ @tailwind utilities; :root { - --foreground-rgb: 0, 0, 0; - --background-start-rgb: 214, 219, 220; - --background-end-rgb: 255, 255, 255; -} - -@media (prefers-color-scheme: dark) { - :root { - --foreground-rgb: 255, 255, 255; - --background-start-rgb: 0, 0, 0; - --background-end-rgb: 0, 0, 0; - } + --foreground-rgb: 255, 255, 255; + --background-start-rgb: 0, 0, 0; + --background-end-rgb: 0, 0, 0; } body { |
