From 994554b2cd9e43eea314544b1e8b21591f5f31a8 Mon Sep 17 00:00:00 2001 From: jessydavid-dev Date: Tue, 25 Nov 2025 18:01:55 +0100 Subject: [PATCH] update: Modification GRID UTILITY --- app/globals.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/globals.css b/app/globals.css index 21d86ed..69dae11 100644 --- a/app/globals.css +++ b/app/globals.css @@ -68,13 +68,13 @@ html { } /* GRID UTILITY */ -.bg-grid-slate-200\/50 { +.bg-grid-slate-400\/50 { background-image: linear-gradient( to right, - rgb(226 232 240 / 0.5) 1px, + rgb(161 161 170 / 0.3) 1px, transparent 1px ), - linear-gradient(to bottom, rgb(226 232 240 / 0.5) 1px, transparent 1px); + linear-gradient(to bottom, rgb(161 161 170 / 0.3) 1px, transparent 1px); background-size: 100px 100px; }