diff --git a/frontend/src/AppLightMode.css b/frontend/src/AppLightMode.css
new file mode 100644
index 0000000..e36028d
--- /dev/null
+++ b/frontend/src/AppLightMode.css
@@ -0,0 +1,34 @@
+/* src/light.css */
+
+/* body {
+ background-color: #f0f0f0;
+ color: #333;
+} */
+
+.snapix-container.light {
+ background-color: #e6e6e6;
+ color: #1a1a1a;
+}
+
+.snapix-container.light .form-group {
+ background-color: #fdfdfd;
+ border-color: #bbb;
+ color: #111;
+}
+
+.snapix-container.light input,
+.snapix-container.light select {
+ background-color: #ffffff;
+ color: #111;
+ border: 1px solid #aaa;
+}
+
+.snapix-container.light .btn {
+ background-color: #0d6efd;
+ color: white;
+}
+
+.snapix-container.light .theme-toggle {
+ background-color: #222;
+ color: white;
+}
diff --git a/frontend/src/components/BackupForm.jsx b/frontend/src/components/BackupForm.jsx
index 676da9d..2077ab2 100644
--- a/frontend/src/components/BackupForm.jsx
+++ b/frontend/src/components/BackupForm.jsx
@@ -36,7 +36,7 @@ export default function BackupForm() {
return (
-
📦 Backup PVC
+
📦 Backup PVC
diff --git a/frontend/src/components/RestoreForm.jsx b/frontend/src/components/RestoreForm.jsx
index 7751662..bfe16da 100644
--- a/frontend/src/components/RestoreForm.jsx
+++ b/frontend/src/components/RestoreForm.jsx
@@ -40,7 +40,7 @@ export default function RestoreForm() {
return (
-
🔁 Restore PVC
+
🔁 Restore PVC