cleaned up templates a bit, and some style fixes

This commit is contained in:
Zoe
2025-09-24 15:39:16 +00:00
parent 770472c30c
commit b75337f450
4 changed files with 151 additions and 167 deletions

View File

@@ -34,4 +34,16 @@ h2 {
h3 {
font-size: 1.25rem;
}
input:not(.search) {
@apply px-4 py-2 rounded-md w-full bg-[#1C1C21] border border-[#2E2E32] placeholder:text-[#8A8E90] text-white focus-visible:outline-none transition-colors duration-300 ease-out overflow-hidden;
&[type="file"] {
@apply p-0 cursor-pointer;
&::file-selector-button {
@apply px-2 py-2 mr-1 bg-[hsl(240,6%,18%)] text-white cursor-pointer;
}
}
}