From 69ad5b657ad25e17fff98439be4e2844d152bc06 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Tue, 10 Jun 2025 09:02:02 +0300 Subject: [PATCH] Change title color --- frontend/src/App.css | 2 -- frontend/src/style/BackupForm.css | 1 + frontend/src/style/RestoreForm.css | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) 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); }