add messeges, add posts in profile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user