From c135aebcc48dff37c5ad4ef21590cfb14e473f37 Mon Sep 17 00:00:00 2001 From: Rebecca Valente Date: Thu, 28 May 2026 15:02:06 -0300 Subject: [PATCH] rebrand: switch palette from indigo to puddi.ng emerald green Use #10b981 primary, #059669 dark, #34d399 light, #d1fae5 accent to match puddi.ng brand identity. Logo, theme vars, footer link all updated. --- web/app/src/App.vue | 2 +- web/app/src/assets/logo.svg | 8 ++--- web/app/src/index.css | 62 ++++++++++++++++++------------------- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/web/app/src/App.vue b/web/app/src/App.vue index dd001b7e..0d831638 100644 --- a/web/app/src/App.vue +++ b/web/app/src/App.vue @@ -100,7 +100,7 @@
- Powered by Gatus + Powered by Gatus
diff --git a/web/app/src/assets/logo.svg b/web/app/src/assets/logo.svg index e5316e74..1a241146 100644 --- a/web/app/src/assets/logo.svg +++ b/web/app/src/assets/logo.svg @@ -1,12 +1,12 @@ - - + + - - + + diff --git a/web/app/src/index.css b/web/app/src/index.css index 477adf44..37bea6ec 100644 --- a/web/app/src/index.css +++ b/web/app/src/index.css @@ -4,48 +4,48 @@ @layer base { :root { - --background: 240 20% 99%; - --foreground: 240 10% 6%; + --background: 150 20% 99%; + --foreground: 160 10% 6%; --card: 0 0% 100%; - --card-foreground: 240 10% 6%; + --card-foreground: 160 10% 6%; --popover: 0 0% 100%; - --popover-foreground: 240 10% 6%; - --primary: 239 84% 67%; + --popover-foreground: 160 10% 6%; + --primary: 160 84% 39%; --primary-foreground: 0 0% 100%; - --secondary: 240 20% 95%; - --secondary-foreground: 240 10% 6%; - --muted: 240 20% 95%; - --muted-foreground: 240 5% 46%; - --accent: 240 20% 95%; - --accent-foreground: 240 10% 6%; + --secondary: 152 82% 95%; + --secondary-foreground: 160 10% 6%; + --muted: 152 20% 95%; + --muted-foreground: 160 5% 46%; + --accent: 152 82% 90%; + --accent-foreground: 160 10% 6%; --destructive: 0 84.2% 60.2%; --destructive-foreground: 0 0% 100%; - --border: 240 12% 91%; - --input: 240 12% 91%; - --ring: 239 84% 67%; + --border: 152 12% 90%; + --input: 152 12% 90%; + --ring: 160 84% 39%; --radius: 0.5rem; } :root.dark { - --background: 240 17% 8%; - --foreground: 240 20% 95%; - --card: 240 17% 10%; - --card-foreground: 240 20% 95%; - --popover: 240 17% 10%; - --popover-foreground: 240 20% 95%; - --primary: 239 84% 67%; + --background: 160 20% 6%; + --foreground: 152 20% 95%; + --card: 160 20% 8%; + --card-foreground: 152 20% 95%; + --popover: 160 20% 8%; + --popover-foreground: 152 20% 95%; + --primary: 160 84% 39%; --primary-foreground: 0 0% 100%; - --secondary: 240 15% 18%; - --secondary-foreground: 240 20% 95%; - --muted: 240 15% 18%; - --muted-foreground: 240 10% 60%; - --accent: 240 15% 18%; - --accent-foreground: 240 20% 95%; + --secondary: 160 15% 15%; + --secondary-foreground: 152 20% 95%; + --muted: 160 15% 15%; + --muted-foreground: 152 10% 55%; + --accent: 160 15% 15%; + --accent-foreground: 152 20% 95%; --destructive: 0 62.8% 30.6%; - --destructive-foreground: 240 20% 95%; - --border: 240 15% 18%; - --input: 240 15% 18%; - --ring: 239 84% 67%; + --destructive-foreground: 152 20% 95%; + --border: 160 15% 15%; + --input: 160 15% 15%; + --ring: 160 84% 39%; } }