Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
CrashGlxyGame authored Apr 13, 2024
1 parent 9b0d084 commit 63c1552
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html {
#chat-container {
width: auto;
margin: 0 auto;
border: 1px solid #054cbe;
border: 1px solid #d9d9d9;
border-radius: 5px;
background-color: #ffffff;
padding: 10px;
Expand All @@ -36,7 +36,7 @@ html {
#send-button {
margin-left: 10px;
padding: 5px 10px;
background-color: #054cbe;
background-color: #e5e5e5;
color: #fff;
border: none;
border-radius: 5px;
Expand Down Expand Up @@ -99,4 +99,4 @@ body {

background-color: black;
color: white;
}
}

0 comments on commit 63c1552

Please sign in to comment.