From be4dc0a85ac5d8cf04240a95f427c1970480109e Mon Sep 17 00:00:00 2001 From: Lukas Bindreiter Date: Mon, 22 Jun 2026 11:53:11 +0200 Subject: [PATCH] Fix dark theme in cookbook --- guides/cookbook.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/guides/cookbook.mdx b/guides/cookbook.mdx index d7a075a..dd085ee 100644 --- a/guides/cookbook.mdx +++ b/guides/cookbook.mdx @@ -192,17 +192,17 @@ export const cookbookSections = [ export const GuideCard = ({ guide }) => (
-
+
- + {guide.level} - + {guide.time}
@@ -210,12 +210,12 @@ export const GuideCard = ({ guide }) => (

{guide.title}

-

+

{guide.description}

{guide.tags.map((tag) => ( - + {tag} ))} @@ -231,7 +231,7 @@ export const GuideSection = ({ section }) => ( {section.category}

-

+

{section.description}

@@ -251,7 +251,7 @@ export const GuideSection = ({ section }) => (

Tilebox Cookbook

-

+

Recipes for going from question to running system: query satellite catalogs, ingest your own data, ship workflows, and debug what happened.