This commit is contained in:
Mekan1206
2026-05-19 20:17:11 +05:00
parent a40eee7171
commit 9870048a5f
3 changed files with 21 additions and 6 deletions

View File

@@ -122,4 +122,9 @@
min-height: max(884px, 100dvh);
-webkit-tap-highlight-color: transparent;
}
input:focus,
input:focus-visible {
outline: none;
}
}