Initial Commit

This commit is contained in:
2024-10-12 14:36:36 +02:00
commit bfc5cbf624
67 changed files with 10860 additions and 0 deletions

22
style/input.scss Normal file
View File

@@ -0,0 +1,22 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.bg-auth {
background-image: url("/background.jpg")
}
.input ::placeholder {
opacity: 0.35;
}
input:is(:-webkit-autofill, :autofill) {
border: 0px;
-webkit-text-fill-color: var(--fallback-a,oklch(var(--a)));
-webkit-box-shadow: 0 0 0px 1000px var(--fallback-b1,oklch(var(--b1))) inset;
}
label:has(input:is(:-webkit-autofill, :autofill)) {
border-color: var(--fallback-a,oklch(var(--a)/.2)) !important;
color: var(--fallback-a,oklch(var(--a)));
}

1589
style/main.scss Normal file

File diff suppressed because it is too large Load Diff