fix: changed the background color

This commit is contained in:
Lukian 2025-04-06 23:35:40 +02:00
parent eae2a483b5
commit 652d6929ef
10 changed files with 15 additions and 3 deletions

View file

@ -12,6 +12,7 @@
width: 97%;
border: 1px solid #270722;
padding: 10px;
background-color: #fff6fd;
}
.message-form {

View file

@ -12,4 +12,5 @@
width: 97%;
border: 1px solid #270722;
padding: 10px;
background-color: #fff6fd;
}

View file

@ -11,4 +11,5 @@
width: 97%;
border: 1px solid #270722;
padding: 10px;
background-color: #fff6fd;
}

View file

@ -23,12 +23,14 @@
justify-content: space-between;
align-items: top;
padding: 10px;
background-color: #fff6fd;
}
.home-messages {
width: 60%;
border: 1px solid #270722;
padding: 10px;
background-color: #fff6fd;
}
.messages-list {
@ -47,6 +49,7 @@
padding: 10px;
display: flex;
flex-direction: column;
background-color: #fff6fd;
}
@media (max-width: 800px) {

View file

@ -11,4 +11,5 @@
width: 97%;
border: 1px solid #270722;
padding: 10px;
background-color: #fff6fd;
}

View file

@ -11,4 +11,5 @@
width: 97%;
border: 1px solid #270722;
padding: 10px;
background-color: #fff6fd;
}

View file

@ -5,6 +5,7 @@
align-items: center;
border: 1px solid #270722;
padding: 10px;
background-color: #fff6fd;
}
.topbar-left {

View file

@ -14,6 +14,7 @@
padding: 10px;
display: flex;
flex-direction: column;
background-color: #fff6fd;
}
.user-messages {