This commit is contained in:
2025-05-15 18:28:48 -03:00
parent 29f149eded
commit 7cb9da7478
2 changed files with 7 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ openapi:
seeds:
uv run -m cli.seeds
jupyter:
uv run --with jupyter jupyter lab
pytest:
uv run pytest

View File

@@ -18,6 +18,10 @@ html:has(dialog[open]) {
@apply overflow-hidden;
}
::selection {
@apply bg-lime-400 text-black;
}
/* Pagefind */
.pagefind-ui__form {
@apply flex;