improved mobile nav appearance

This commit is contained in:
robertkleinschuster
2023-05-26 10:52:28 +02:00
committed by robertkleinschuster
parent 3dfdf8806f
commit bc73307a47
3 changed files with 40 additions and 33 deletions

View File

@@ -216,8 +216,10 @@ b {
}
.input:focus {
@apply border-2 border-red-500 outline-none;
box-shadow: 0 0 15px rgba(239, 68, 68, var(--un-border-opacity));
@apply outline-red-500;
outline-style: solid;
outline-width: 2px;
box-shadow: 0 0 15px rgba(239, 68, 68, 1);
}
hr {