fix(fastapi): fix new Logout nav item css

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-29 19:04:55 -08:00
parent 69eb17cb0d
commit fd8d23a379
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -231,16 +231,19 @@ input#search-action-submit {
}
/* Styling used to clone <a> styles for a form.link button. */
form.link, form.link > button {
form.link, form.link button {
display: inline-block;
font-family: sans-serif;
}
form.link > button {
form.link button {
padding: 0 0.5em;
color: #07b;
background: none;
border: none;
font-family: inherit;
font-size: inherit;
}
form.link > button:hover {
form.link button:hover {
cursor: pointer;
text-decoration: underline;
}