From f5c48ca17a94e01380368c4bf54315ade706724b Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Bedi Date: Sun, 7 Jan 2024 01:24:02 +0530 Subject: [PATCH 1/2] Update style.css --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 45a558893..c813bf73d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -861,7 +861,7 @@ form { border: #000; border-bottom: 2px solid #bb86fc; padding: 3%; - color: rgb(107, 105, 105); + color: rgb(214 214 214); font: 95% Arial, Helvetica, sans-serif; border-radius: 2px; } @@ -1091,4 +1091,4 @@ outline: none; margin-top: -100px; transform: scale(0) rotateZ(-90deg); } -} \ No newline at end of file +} From 33166307d6d134fa20aace45e88513c024666fef Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Bedi Date: Sun, 7 Jan 2024 01:25:08 +0530 Subject: [PATCH 2/2] Update style.css