From e683c9d8c5a67bf44af79e138162ceca2d8ce966 Mon Sep 17 00:00:00 2001 From: Tejas Sawant Date: Wed, 18 Sep 2024 19:03:05 +0530 Subject: [PATCH] Update bot.html --- bot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.html b/bot.html index 742c65c..84c4973 100644 --- a/bot.html +++ b/bot.html @@ -28,7 +28,7 @@ /* Container Styling */ .container { - background-color: rgba(255, 255, 255, 0.8); + background-color: rgba(255, 255, 255, 0.1); border-radius: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 20px;