From 2fb987fe6aef9ceb4909e41f3049fb9194a8836d Mon Sep 17 00:00:00 2001 From: Sam Liu Date: Fri, 21 Jun 2024 12:08:55 -0400 Subject: [PATCH 1/2] Fix arcade shop link colors --- components/arcade/shop-component.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/arcade/shop-component.js b/components/arcade/shop-component.js index 3a9325e3..6d49f588 100644 --- a/components/arcade/shop-component.js +++ b/components/arcade/shop-component.js @@ -18,7 +18,11 @@ const styled = ` body { background-color: #FAEFD6; } -`; + +a { + color: inherit; +} +` export default function ShopComponent({ availableItems, From cc1f07531ca3ccd3c679a00957c14db09697a5e1 Mon Sep 17 00:00:00 2001 From: Sam Liu Date: Fri, 21 Jun 2024 12:17:15 -0400 Subject: [PATCH 2/2] Update formatting to match --- components/arcade/shop-component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/arcade/shop-component.js b/components/arcade/shop-component.js index 6d49f588..411d1096 100644 --- a/components/arcade/shop-component.js +++ b/components/arcade/shop-component.js @@ -22,7 +22,7 @@ body { a { color: inherit; } -` +`; export default function ShopComponent({ availableItems,