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 @@