Change title color

This commit is contained in:
dvirlabs 2025-06-10 09:02:02 +03:00
parent cdf7e40005
commit 69ad5b657a
3 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 2rem; gap: 2rem;
/* מרכז את הקופסאות באופק: */
margin: 0 auto; margin: 0 auto;
} }

View File

@ -3,4 +3,5 @@
padding: 24px; padding: 24px;
border-radius: 8px; border-radius: 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.2); box-shadow: 0 2px 6px rgba(0,0,0,0.2);
color: rgb(0, 0, 0);
} }

View File

@ -3,4 +3,5 @@
padding: 24px; padding: 24px;
border-radius: 8px; border-radius: 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.2); box-shadow: 0 2px 6px rgba(0,0,0,0.2);
color: rgb(0, 0, 0);
} }