frontend: add logout

This commit is contained in:
tylen
2025-11-02 21:56:53 +02:00
parent 27ee5d59c3
commit dadb094017
2 changed files with 23 additions and 0 deletions

View File

@@ -264,6 +264,15 @@ nav ul {
justify-content: space-around; /* Space the items evenly */
}
nav ul li p {
color: white;
text-decoration: none;
}
nav ul li p:hover {
text-decoration: underline;
}
nav li {
display: inline;
}