Added logout

This commit is contained in:
Magnus Åhall 2023-06-20 08:13:32 +02:00
parent 38c8c5c519
commit ef4a6b0ba3
4 changed files with 22 additions and 6 deletions

View file

@ -55,8 +55,12 @@ h1 {
padding: 16px;
border-bottom: 1px solid #aaa;
user-select: none;
font-size: 0.85em;
-webkit-tap-highlight-color: transparent;
}
#menu .item.separator {
border-bottom: 3px solid #000;
}
#menu .item:hover {
background: #ddd;
}