update: Modification GRID UTILITY

This commit is contained in:
2025-11-25 18:01:55 +01:00
parent fc4b820eb5
commit 994554b2cd
+3 -3
View File
@@ -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;
}