diff --git a/resources/css/app.css b/resources/css/app.css index c51fe11e6..1ea79ef0f 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -20,7 +20,7 @@ @theme { --font-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace; --font-logs: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace; - --color-base: #1c1917; + --color-base: #292524; --color-warning: #fde047; --color-warning-50: #fefce8; --color-warning-100: #fef9c3; @@ -96,7 +96,7 @@ @keyframes lds-heart { */ html, body { - @apply w-full min-h-full bg-gray-50 dark:bg-base dark:text-neutral-400; + @apply w-full min-h-full bg-stone-50 dark:bg-base dark:text-neutral-400; } body { diff --git a/resources/views/auth/confirm-password.blade.php b/resources/views/auth/confirm-password.blade.php index f6eb9d686..c504c4364 100644 --- a/resources/views/auth/confirm-password.blade.php +++ b/resources/views/auth/confirm-password.blade.php @@ -1,5 +1,5 @@ -
+
diff --git a/resources/views/auth/forgot-password.blade.php b/resources/views/auth/forgot-password.blade.php index 23d325a04..567f504e3 100644 --- a/resources/views/auth/forgot-password.blade.php +++ b/resources/views/auth/forgot-password.blade.php @@ -1,5 +1,5 @@ -
+
diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index d15d89339..7bc3ef8a5 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -1,5 +1,5 @@ -
+
@@ -82,7 +82,7 @@ class="text-sm dark:text-neutral-400 hover:text-coollabs dark:hover:text-warning
- + Don't have an account?
@@ -103,7 +103,7 @@ class="block w-full text-center py-3 px-4 rounded-lg border border-neutral-300 d
- or + or continue with
diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index 2492c534e..7917dcd76 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -11,7 +11,7 @@ function getOldOrLocal($key, $localValue) ?> -
+
@@ -85,7 +85,7 @@ class="p-4 bg-neutral-50 dark:bg-coolgray-200 rounded-lg border border-neutral-2
- + Already have an account?
diff --git a/resources/views/auth/reset-password.blade.php b/resources/views/auth/reset-password.blade.php index 88f096d28..8c5ff7264 100644 --- a/resources/views/auth/reset-password.blade.php +++ b/resources/views/auth/reset-password.blade.php @@ -1,5 +1,5 @@ -
+
@@ -70,7 +70,7 @@ class="p-4 bg-neutral-50 dark:bg-coolgray-200 rounded-lg border border-neutral-2
- + Remember your password?
diff --git a/resources/views/auth/two-factor-challenge.blade.php b/resources/views/auth/two-factor-challenge.blade.php index fa2bc80f2..ad350590a 100644 --- a/resources/views/auth/two-factor-challenge.blade.php +++ b/resources/views/auth/two-factor-challenge.blade.php @@ -1,5 +1,5 @@ -
- + Need help?
diff --git a/resources/views/layouts/simple.blade.php b/resources/views/layouts/simple.blade.php index 27248f4ec..89a66756e 100644 --- a/resources/views/layouts/simple.blade.php +++ b/resources/views/layouts/simple.blade.php @@ -1,7 +1,7 @@ @extends('layouts.base') @section('body') @livewireScripts -
+
{{ $slot }}
@parent diff --git a/resources/views/livewire/force-password-reset.blade.php b/resources/views/livewire/force-password-reset.blade.php index 30f58eb4c..44c473849 100644 --- a/resources/views/livewire/force-password-reset.blade.php +++ b/resources/views/livewire/force-password-reset.blade.php @@ -1,4 +1,4 @@ -
+
MapleDeploy