updated the header to show the page name

This commit is contained in:
2025-04-17 10:12:51 +03:00
parent d3b29052e8
commit b35ba3fbe9
2 changed files with 26 additions and 0 deletions

View File

@@ -392,4 +392,21 @@ body.dark-mode .popup-content {
.delete-confirm-btn:hover {
background-color: #c82333;
}
.go-to-dashboard-btn {
margin-left: 10px;
padding: 5px 10px;
font-size: 1em;
background-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 5px;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
}
.go-to-dashboard-btn:hover {
background-color: #0056b3;
}