frontend: add logout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user