From c6212e9f650df07dce2d03a3496880d04c57b705 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 18 Jul 2025 16:33:27 -0400 Subject: update header stylings --- src/components/UsageInstructions.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/UsageInstructions.tsx') diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx index 8ac94d8..be48a82 100644 --- a/src/components/UsageInstructions.tsx +++ b/src/components/UsageInstructions.tsx @@ -16,7 +16,8 @@ export function UsageInstructions({ config }: UsageInstructionsProps) { marginTop: "16px", marginBottom: "8px", borderBottom: "1px solid rgba(255, 255, 255, 0.2)", - paddingBottom: "4px" + paddingBottom: "4px", + color: "white" }} > Usage Instructions -- cgit v1.2.3