Skip to content

Commit

Permalink
Adapt color palette on login page
Browse files Browse the repository at this point in the history
  • Loading branch information
podliashanyk committed Sep 4, 2024
1 parent 8b838df commit b353826
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/howitz/templates/components/login/sign-in-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<div>
<button type="submit"
class="flex w-full justify-center rounded-md bg-sky-600 my-10 px-3 py-1.5 text-sm font-semibold leading-6 text-slate-50 shadow-sm hover:bg-sky-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-sky-600">
class="flex w-full justify-center rounded-md bg-zinogreen/60 my-10 px-3 py-1.5 text-sm font-semibold leading-6 text-white shadow-sm hover:bg-zinogreen/50 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-zinogreen/60">
Sign in
{% with color='white' %}
{% include "/components/feedback/spinner/spinner.html" %}
Expand Down
2 changes: 1 addition & 1 deletion src/howitz/templates/layouts/base.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html
lang="en"
class="h-full bg-slate-900"
class="h-full bg-black"
>
<head>
<title>Howitz | {% block page_title %}{% endblock %} </title>
Expand Down
2 changes: 1 addition & 1 deletion src/howitz/templates/views/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h1 class="sr-only">Login page</h1>
<main>

<div class="flex min-h-full flex-col justify-center px-6 py-4 lg:px-8 shadow-2xl shadow-sky-400/50">
<div class="flex min-h-full flex-col justify-center px-6 py-4 lg:px-8 shadow-2xl shadow-zinogrey">
<div class="sm:mx-auto sm:w-full sm:max-w-sm ">

{% with height='40' %}
Expand Down

0 comments on commit b353826

Please sign in to comment.