From d9ecbdcf52965dda46b0ec72fdcb9367a68effe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Thu, 7 Sep 2023 13:11:24 +0200 Subject: [PATCH] Ensure RIP text is white on black background --- src/components/CatCard.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/CatCard.astro b/src/components/CatCard.astro index 14da99a..1fc6807 100644 --- a/src/components/CatCard.astro +++ b/src/components/CatCard.astro @@ -84,6 +84,7 @@ const { cat } = Astro.props; margin: 0 2rem 0.5rem 2rem; padding: 0.25rem; background-color: #000; + color: #fff; text-align: center; }