From 5dc8215ca64a45371158a905b2796caa97744403 Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Thu, 13 Mar 2025 16:13:00 +0100 Subject: [PATCH] style(theme): update background color for .black class --- src/styles/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/theme.css b/src/styles/theme.css index d7de001..7558ce5 100644 --- a/src/styles/theme.css +++ b/src/styles/theme.css @@ -1,4 +1,4 @@ -.black { background: #3e3e3e; } +.black { background: #0A0A0A; } .red { background: #170c0c; } .gold { background: #121107; }