Skip to content

Commit

Permalink
Fix #auth-form background color
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 committed Aug 10, 2023
1 parent c574282 commit 139d501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/auth_admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% include "footer.html" %} {% if !args.pure_html %}
<style>
#auth-form {
background-color: #f7f7f7;
background-color: var(--background-alt);
border-radius: 6px;
padding: 10px;
width: fit-content;
Expand Down

0 comments on commit 139d501

Please sign in to comment.