Skip to content

Commit

Permalink
drillie 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raaasin committed Oct 5, 2023
1 parent 29c30fb commit 60da0f4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,25 @@
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;
padding: 10px;
}

.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;
Expand Down Expand Up @@ -127,7 +132,7 @@ <h2 class="chatty" style="font-size: 42px;">Chat History</h2>
</div>

<div class="chat-container">
<h2 class="chatty" style="color: #272829; font-size: 68px;">Drillie 1.0</h2>
<h2 class="chatty" style="color: #272829; font-size: 68px;">Drillie 1.3</h2>

<div id="chat-history">
<!-- Chat history will be displayed here -->
Expand Down

0 comments on commit 60da0f4

Please sign in to comment.