From 5a182d8162707e7596603c5963f5455470b6cb0a Mon Sep 17 00:00:00 2001 From: horlorlahdeh <33106252+horlorlahdeh@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:34:20 +0100 Subject: [PATCH] Update app styling to burnt amber theme --- client/src/App.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/App.css b/client/src/App.css index 0957f54..1c34ba5 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -1,8 +1,8 @@ /* Global Styles */ :root { - --primary-color: #17a2b8; - --dark-color: #343a40; - --light-color: #f4f4f4; + --primary-color: #c96a1a; + --dark-color: #3a2416; + --light-color: #f8efe3; --danger-color: #dc3545; --success-color: #28a745; } @@ -17,8 +17,8 @@ body { font-family: 'Raleway', sans-serif; font-size: 1rem; line-height: 1.6; - background-color: #fff; - color: #333; + background-color: #fff8f0; + color: #2f1f14; } a {