From 03cd0f35bc11bca5d3368643ea4b3498ea9a729b Mon Sep 17 00:00:00 2001 From: Henrique Ramos Date: Sat, 1 Feb 2025 18:48:22 -0300 Subject: [PATCH] chore: update background color --- src/theme/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/variables.css b/src/theme/variables.css index 2ea8184..1324947 100644 --- a/src/theme/variables.css +++ b/src/theme/variables.css @@ -1,6 +1,6 @@ :root { --background: #000; - --background-color: #bbb; + --background-color: #000; --main-font: "Anaheim", sans-serif; --main-font-size: 40px;