adding user authentication

This commit is contained in:
DioCrafts
2025-03-20 09:22:31 +01:00
parent 961545aef7
commit cafad0fbfd
69 changed files with 6483 additions and 106 deletions
+12
View File
@@ -170,6 +170,18 @@ body {
align-items: center;
}
.logout-btn {
margin-left: 15px;
color: #64748b;
cursor: pointer;
font-size: 18px;
transition: color 0.2s;
}
.logout-btn:hover {
color: #ff5e3a;
}
.language-selector {
margin-right: 15px;
padding: 5px 12px;