Reduce focus outline on input boxes

This commit is contained in:
2026-06-29 19:31:44 -04:00
parent b0d5c45caf
commit 32699fcf9b

View File

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