diff --git a/frontend/src/App.css b/frontend/src/App.css index dd144e1..b4c8206 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -22,8 +22,6 @@ display: flex; flex-direction: column; gap: 2rem; - - /* מרכז את הקופסאות באופק: */ margin: 0 auto; } diff --git a/frontend/src/style/BackupForm.css b/frontend/src/style/BackupForm.css index e473ec9..ab5c0c1 100644 --- a/frontend/src/style/BackupForm.css +++ b/frontend/src/style/BackupForm.css @@ -3,4 +3,5 @@ padding: 24px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.2); + color: rgb(0, 0, 0); } diff --git a/frontend/src/style/RestoreForm.css b/frontend/src/style/RestoreForm.css index f4f7607..b9cac67 100644 --- a/frontend/src/style/RestoreForm.css +++ b/frontend/src/style/RestoreForm.css @@ -3,4 +3,5 @@ padding: 24px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.2); + color: rgb(0, 0, 0); }