From 53cbb252dc43a31068811394a48958c32981d668 Mon Sep 17 00:00:00 2001 From: nthanhtoan61 Date: Wed, 11 Mar 2026 09:19:59 +0700 Subject: [PATCH] update theme color --- public/assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/css/main.css b/public/assets/css/main.css index cd1df00..d590883 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -45,8 +45,8 @@ Version: 1.0.0 --body: #fff; --black: #000; --white: #fff; - --theme: #BF3432; - --theme-2: #0a2347; + --theme: #BA312E; + --theme-2: #071830; --header: #151a26; --text: #535761; --text-2: #0b4e3d;