diff --git a/src/app.postcss b/src/app.postcss index bcbb59719..c9f9d8e86 100644 --- a/src/app.postcss +++ b/src/app.postcss @@ -16,7 +16,7 @@ textarea { outline: none; @apply rounded border border-light-500 bg-white p-2 text-light-900 dark:border-dark-400 dark:bg-dark-600 dark:text-dark-100; @apply hover:border-zinc-500/80; - @apply focus:ring-2 focus:ring-blue-600; + @apply focus:ring-2 focus:ring-purple-600; } /* OUTLINE REMOVAL */ diff --git a/src/routes/repo/[projectId]/BranchLane.svelte b/src/routes/repo/[projectId]/BranchLane.svelte index ad951b2d2..66f7ace65 100644 --- a/src/routes/repo/[projectId]/BranchLane.svelte +++ b/src/routes/repo/[projectId]/BranchLane.svelte @@ -114,15 +114,15 @@ }} >