From acc3d253c560fb82fd08232ccab273d6486d300d Mon Sep 17 00:00:00 2001 From: zipben Date: Wed, 4 Jun 2025 11:52:05 +0000 Subject: [PATCH] style changes --- client/assets/tailwind.css | 23 ++++++------- client/components/app/Appbar.vue | 2 +- client/static/Logo.png | Bin 9231 -> 4544 bytes client/static/dumpsterFireLogo.png | Bin 0 -> 137222 bytes client/static/dumpsterFireLogo.svg | 15 +++++++++ client/static/dumpsterFireLogoWhite.png | Bin 0 -> 82373 bytes client/static/dumpsterFireLogoWhite.svg | 12 +++++++ client/static/favicon.ico | Bin 1411 -> 5430 bytes client/static/icon.svg | 42 ++---------------------- client/static/icon192.png | Bin 6439 -> 7894 bytes client/static/icon48.png | Bin 1212 -> 1721 bytes client/static/icon64.png | Bin 2722 -> 2234 bytes client/static/ios_icon.png | Bin 33633 -> 7404 bytes 13 files changed, 42 insertions(+), 52 deletions(-) create mode 100644 client/static/dumpsterFireLogo.png create mode 100644 client/static/dumpsterFireLogo.svg create mode 100644 client/static/dumpsterFireLogoWhite.png create mode 100644 client/static/dumpsterFireLogoWhite.svg diff --git a/client/assets/tailwind.css b/client/assets/tailwind.css index 7883f32ff..ddcd511e6 100644 --- a/client/assets/tailwind.css +++ b/client/assets/tailwind.css @@ -9,6 +9,7 @@ color utility to any element that depends on these defaults. */ @layer base { + *, ::after, ::before, @@ -58,22 +59,22 @@ --spacing-80e: 20em; --spacing-96e: 24em; - --color-bg: #373838; - --color-primary: #232323; + --color-bg: #483D8B; + --color-primary: #2E1A47; --color-accent: #1ad691; --color-error: #ff5252; --color-info: #2196f3; --color-success: #4caf50; --color-warning: #fb8c00; --color-darkgreen: rgb(34, 127, 35); - --color-black-50: #bbbbbb; - --color-black-100: #666666; - --color-black-200: #555555; - --color-black-300: #444444; - --color-black-400: #333333; - --color-black-500: #222222; - --color-black-600: #111111; - --color-black-700: #101010; + --color-black-50: #B19CD9; + --color-black-100: #9370DB; + --color-black-200: #7B68EE; + --color-black-300: #6A5ACD; + --color-black-400: #483D8B; + --color-black-500: #3C1F7B; + --color-black-600: #2E1A47; + --color-black-700: #1E1134; --font-sans: 'Source Sans Pro'; --font-mono: 'Ubuntu Mono'; @@ -82,4 +83,4 @@ --text-1\.5xl: 1.375rem; --text-2\.5xl: 1.6875rem; --text-4\.5xl: 2.625rem; -} +} \ No newline at end of file diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue index 0797c2795..2f29b5688 100644 --- a/client/components/app/Appbar.vue +++ b/client/components/app/Appbar.vue @@ -3,7 +3,7 @@