From 60da0f41c48a8cbcb72583e0a8e2b5638eebbc46 Mon Sep 17 00:00:00 2001 From: raaasin Date: Thu, 5 Oct 2023 14:56:06 +0530 Subject: [PATCH] drillie 1.3 --- templates/index.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 78fcd4f..5ea170c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -70,7 +70,7 @@ width: 791px; height: 40px; border-radius: 42px; - border: 1px solid #272829; /* Added border */ + border: 1px solid white; /* Added border */ color: #272829; background-color: #FFFFFF; font-size: 16px; @@ -78,12 +78,17 @@ } .roundy { - border: 1px solid #272829; /* Added border */ + border: 1px solid white; /* Added border */ border-radius: 100px; width: 50px; height: 50px; background-color: #FFFFFF; margin-left: 10px; + transition: ease-in-out; + } + .roundy:hover{ + border: 1px solid black; + transition: ease-in-out 0.2s; } .message-container { display: flex; @@ -127,7 +132,7 @@

Chat History

-

Drillie 1.0

+

Drillie 1.3