improve listing and search on home

This commit is contained in:
2026-02-01 14:01:08 +01:00
parent 05c2a46796
commit c6f2839fc1
8 changed files with 162 additions and 25 deletions

View File

@@ -42,6 +42,19 @@ button, input, textarea, select {
color: inherit;
}
/* Override browser autofill styles */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px var(--color-bg) inset !important;
-webkit-text-fill-color: var(--color-text) !important;
box-shadow: 0 0 0 1000px var(--color-bg) inset !important;
transition: background-color 5000s ease-in-out 0s;
}
button {
cursor: pointer;
border: none;