Simple auth

This commit is contained in:
marijo 2026-06-29 07:47:24 +00:00
parent f3f3a6e22f
commit 09952fb470

View file

@ -17,6 +17,10 @@
box-sizing: border-box; box-sizing: border-box;
} }
[hidden] {
display: none !important;
}
body { body {
margin: 0; margin: 0;
min-height: 100vh; min-height: 100vh;