summaryrefslogtreecommitdiff
path: root/geshem/app/globals.css
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-09-23 10:29:53 +0200
committerYuval Adam <_@yuv.al>2024-09-23 10:29:53 +0200
commit8a6ff5a2c15422badf0bc9c8166787dc23a71072 (patch)
treeda45cc6fc598520102260da87c3733107ef4e980 /geshem/app/globals.css
parent51370d591d4f2ac4eddd8b2ea2f9c5118fbf9ab1 (diff)
Move all geshem/ files to root
Diffstat (limited to 'geshem/app/globals.css')
-rw-r--r--geshem/app/globals.css58
1 files changed, 0 insertions, 58 deletions
diff --git a/geshem/app/globals.css b/geshem/app/globals.css
deleted file mode 100644
index 62b9a76..0000000
--- a/geshem/app/globals.css
+++ /dev/null
@@ -1,58 +0,0 @@
-@tailwind base;
-@tailwind components;
-@tailwind utilities;
-
-:root {
- --background: #ffffff;
- --foreground: #171717;
-}
-
-@media (prefers-color-scheme: dark) {
- :root {
- --background: #0a0a0a;
- --foreground: #ededed;
- }
-}
-
-body {
- color: var(--foreground);
- background: var(--background);
- font-family: Arial, Helvetica, sans-serif;
-}
-
-@layer utilities {
- .text-balance {
- text-wrap: balance;
- }
-}
-
-#datetime {
- position: absolute;
- top: 20px;
- left: 20px;
- color: white;
- font-family: monospace;
-}
-
-#date {
- font-size: 1.4em;
-}
-
-#time {
- font-size: 2.8em;
-}
-
-#slider {
- position: fixed;
- bottom: 8vh;
- width: 30vw;
- margin-left: 35vw;
-}
-
-@media only screen and (max-device-width: 812px) {
- #slider {
- width: 80vw;
- margin-left: 8vw;
- z-index: 10;
- }
-} \ No newline at end of file