aboutsummaryrefslogtreecommitdiffstats
path: root/middleware/src/app/globals.css
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-11-28 22:46:47 -0500
committerPinapelz <yukais@pinapelz.com>2025-11-28 22:46:47 -0500
commit5658441ab9b703c95a48e654d41e45cc3a55ffd3 (patch)
treeead5b59fe41459b3403393cea956ae544856c444 /middleware/src/app/globals.css
parent7681e421edb3933c8727cb0936bc8310d79df6e2 (diff)
middleware: migrate to tailwindcss
Diffstat (limited to 'middleware/src/app/globals.css')
-rw-r--r--middleware/src/app/globals.css73
1 files changed, 1 insertions, 72 deletions
diff --git a/middleware/src/app/globals.css b/middleware/src/app/globals.css
index ff7d975..a461c50 100644
--- a/middleware/src/app/globals.css
+++ b/middleware/src/app/globals.css
@@ -1,72 +1 @@
-:root {
- --dark-bg: #000000;
- --text-primary: #ffffff;
- --text-secondary: #888888;
- --accent: #666666;
-}
-
-* {
- box-sizing: border-box;
- padding: 0;
- margin: 0;
-}
-
-html,
-body {
- height: 100%;
- overflow: hidden;
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
-}
-
-body {
- background: var(--dark-bg);
- color: var(--text-primary);
- display: flex;
- align-items: center;
- justify-content: center;
-}
-
-/* Main container */
-.main {
- width: 100%;
- height: 100vh;
- display: flex;
- align-items: center;
- justify-content: center;
-}
-
-.content-wrapper {
- text-align: center;
-}
-
-.title {
- font-size: 3rem;
- font-weight: 300;
- letter-spacing: 0.5rem;
- margin-bottom: 3rem;
- color: var(--text-primary);
-}
-
-.redirect-link {
- color: var(--text-secondary);
- font-size: 2rem;
- text-decoration: none;
- transition: color 0.3s ease;
- letter-spacing: 0.1rem;
-}
-
-.redirect-link:hover {
- color: var(--text-primary);
-}
-
-/* Responsive */
-@media (max-width: 768px) {
- .title {
- font-size: 2rem;
- letter-spacing: 0.3rem;
- }
-
- .redirect-link {
- font-size: 0.75rem;
- }
-}
+@import "tailwindcss"; \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage