add messeges, add posts in profile

This commit is contained in:
2025-04-09 16:38:45 +03:00
parent f63e5774d8
commit 0696c10a32
7 changed files with 319 additions and 8 deletions

View File

@@ -30,6 +30,16 @@
text-decoration: underline; /* Подчеркивание при наведении */
}
.messagesLink {
color: #ff4500; /* Оранжевый цвет ссылки */
text-decoration: none;
margin-right: 16px;
}
.messagesLink:hover {
text-decoration: underline; /* Подчеркивание при наведении */
}
.logoutButton {
background-color: #ff4500; /* Оранжевая кнопка */
color: #ffffff;