From 580e26646a80c43c1d9b0853a57384d15f6dcc1b Mon Sep 17 00:00:00 2001
From: thughari
Date: Mon, 8 Dec 2025 11:13:06 +0530
Subject: [PATCH] updated border
---
src/main/resources/static/app.html | 6 +++---
src/main/resources/static/index.css | 7 +++++--
src/main/resources/static/index.html | 4 ++--
src/main/resources/static/privacy.html | 2 +-
src/main/resources/static/style.css | 2 +-
5 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/src/main/resources/static/app.html b/src/main/resources/static/app.html
index e39ecc0..cdaf9af 100644
--- a/src/main/resources/static/app.html
+++ b/src/main/resources/static/app.html
@@ -4,7 +4,7 @@
-
+
Random Video Chat
@@ -12,7 +12,7 @@
-
+
@@ -70,7 +70,7 @@ Find New Partner?
-
+
diff --git a/src/main/resources/static/privacy.html b/src/main/resources/static/privacy.html
index 80d675e..15b2c90 100644
--- a/src/main/resources/static/privacy.html
+++ b/src/main/resources/static/privacy.html
@@ -9,7 +9,7 @@
-
+
diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css
index d9e38bf..a1b35df 100644
--- a/src/main/resources/static/style.css
+++ b/src/main/resources/static/style.css
@@ -23,7 +23,7 @@ body {
width: 100%;
overflow: hidden;
font-family: 'Roboto', sans-serif;
- background-color: var(--bg-color);
+ background-color: #000;
color: var(--text-color);
}