add: generalized css classes and added a dark mode

This commit is contained in:
Lukian 2025-04-27 00:29:26 +02:00
parent 9806fc3b3c
commit 4ca8a21477
28 changed files with 101 additions and 297 deletions

View file

@ -1,20 +1,5 @@
.user-page {
display: flex;
flex-direction: column;
justify-content: start;
align-items: center;
width: 100%;
gap: 20px;
}
.user {
width: 97%;
border: 1px solid #270722;
padding: 10px;
display: flex;
flex-direction: column;
align-items: start;
background-color: #fff6fd;
}
.user-top {
@ -29,15 +14,6 @@
border-radius: 50%;
}
.user-messages {
width: 97%;
border: 1px solid #270722;
padding: 10px;
display: flex;
flex-direction: column;
background-color: #fff6fd;
}
.messages-list {
width: 100%;
display: flex;