diff --git a/style/tailwind.css b/style/tailwind.css index ba36b04..2ce13fa 100644 --- a/style/tailwind.css +++ b/style/tailwind.css @@ -21,4 +21,9 @@ @apply hover:text-base-content/70; @apply active:text-primary active:translate-y-[.5px] active:shadow-(--btn-shadow); } + + .input:focus-within { + outline-width: 1px; + outline-offset: 0px; + } }