From 7cb9da747844931d808f1cd4b121ac562d29aee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Thu, 15 May 2025 18:28:48 -0300 Subject: [PATCH] add make --- http-api/Makefile | 3 +++ superpage/src/styles/global.css | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/http-api/Makefile b/http-api/Makefile index b305ad0..4cb3649 100644 --- a/http-api/Makefile +++ b/http-api/Makefile @@ -15,6 +15,9 @@ openapi: seeds: uv run -m cli.seeds +jupyter: + uv run --with jupyter jupyter lab + pytest: uv run pytest diff --git a/superpage/src/styles/global.css b/superpage/src/styles/global.css index 38cbfa1..101eebb 100644 --- a/superpage/src/styles/global.css +++ b/superpage/src/styles/global.css @@ -18,6 +18,10 @@ html:has(dialog[open]) { @apply overflow-hidden; } +::selection { + @apply bg-lime-400 text-black; +} + /* Pagefind */ .pagefind-ui__form { @apply flex;