logout now needs to be a post request

This commit is contained in:
Ross
2024-02-21 23:07:18 +00:00
parent 081f8cbcee
commit 9435463707
2 changed files with 22 additions and 4 deletions
+14
View File
@@ -1128,6 +1128,20 @@ table .peninsula-trainee::before {
color: red;
}
/*
tr:has(> td > a) {
border: 1px blue solid
}
*/
#logout-form {
display: inline;
}
#logout-form button {
background: none;
border: none;
cursor: pointer;
padding: 0;
text-decoration: underline;
color: #3282b8;
}