diff --git a/resources/css/components/fieldtypes/bard.css b/resources/css/components/fieldtypes/bard.css index 88e8744460f..9dd674dcee6 100644 --- a/resources/css/components/fieldtypes/bard.css +++ b/resources/css/components/fieldtypes/bard.css @@ -255,10 +255,10 @@ @apply fixed inset-0 min-h-screen overflow-scroll border-none rounded-none bg-gray-100 pt-14 dark:bg-gray-850; & > .bard-editor { - @apply relative mx-auto my-6 max-w-5xl rounded-lg bg-white px-8 shadow-ui-md dark:bg-gray-950 dark:shadow-lg; + @apply relative mx-auto my-6 max-w-5xl rounded-lg bg-white px-8 shadow-ui-md dark:bg-gray-925 dark:shadow-lg; } .bard-content { - @apply dark:bg-gray-950; + @apply dark:bg-gray-925; } .bard-fixed-toolbar { diff --git a/resources/css/components/page-tree.css b/resources/css/components/page-tree.css index 3cf0142ac32..8b518ea4e9a 100644 --- a/resources/css/components/page-tree.css +++ b/resources/css/components/page-tree.css @@ -49,7 +49,7 @@ .nav-builder { background: none; .tree-node { - @apply bg-gray-200/45 dark:bg-gray-950; + @apply bg-gray-200/45 dark:bg-gray-950/35; .tree-node-inner { @apply px-1; } diff --git a/resources/css/elements/tables.css b/resources/css/elements/tables.css index 0c5b73e2014..e944ae4ef22 100644 --- a/resources/css/elements/tables.css +++ b/resources/css/elements/tables.css @@ -159,7 +159,7 @@ /* Row Selection */ .data-table[data-has-selections] { tbody tr[data-row="selected"] td { - @apply bg-gray-100 dark:bg-gray-950; + @apply bg-gray-100 dark:bg-gray-925; } } diff --git a/resources/css/ui.css b/resources/css/ui.css index 1bc00f0e76f..314b964df0d 100644 --- a/resources/css/ui.css +++ b/resources/css/ui.css @@ -17,7 +17,7 @@ --color-gray-850: var(--theme-color-gray-850); --color-gray-900: var(--theme-color-gray-900); --color-gray-925: var(--theme-color-gray-925); - --color-gray-950: var(--theme-color-zinc-950); + --color-gray-950: var(--theme-color-gray-950); --color-volt: oklch(93.86% 0.2018 122.24); --color-body-bg: var(--theme-color-body-bg); @@ -152,8 +152,6 @@ .dark { @theme inline { --color-primary-hover: color-mix(in oklch, var(--color-primary) 100%, white 30%); - --color-success: var(--color-green-500); - --color-gray-950: hsl(240deg 7% 8%); } } diff --git a/resources/js/components/fieldtypes/bard/Set.vue b/resources/js/components/fieldtypes/bard/Set.vue index bba41f139f1..581264bb8d6 100644 --- a/resources/js/components/fieldtypes/bard/Set.vue +++ b/resources/js/components/fieldtypes/bard/Set.vue @@ -18,9 +18,9 @@ >