Skip to content

Instantly share code, notes, and snippets.

@ssddanbrown
Created June 20, 2019 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssddanbrown/ed15a34dde1e6314d3c6680ad025ab90 to your computer and use it in GitHub Desktop.
Save ssddanbrown/ed15a34dde1e6314d3c6680ad025ab90 to your computer and use it in GitHub Desktop.
Hide BookStack Login Form
<style>
form[action$="/login"], form[action$="/login"] + hr {
display: none;
}
form[action$="/login"] + hr + div {
margin-top: 24px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment