Skip to content

Commit

Permalink
chore: bg color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Mar 10, 2021
1 parent cda2d04 commit 9b7c926
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
8 changes: 4 additions & 4 deletions cmd/doggo/api/assets/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -641,14 +641,14 @@ select {
background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.bg-indigo-700 {
.bg-indigo-900 {
--tw-bg-opacity: 1;
background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.hover\:bg-indigo-500:hover {
.hover\:bg-indigo-700:hover {
--tw-bg-opacity: 1;
background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.border-transparent {
Expand Down
4 changes: 2 additions & 2 deletions cmd/doggo/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ <h1 class="text-5xl font-black text-center"><span class="text-indigo-700">Doggo<
</div>
</div>
<div class="mt-8 text-right">
<button class="w-full sm:w-auto flex-none bg-indigo-900 hover:bg-indigo-700
<button class="w-full sm:w-auto flex-none bg-indigo-700 hover:bg-indigo-500
text-white text-lg leading-6 font-semibold py-3 px-6 border border-transparent rounded
focus:ring-2 focus:ring-offset-2 focus:ring-offset-white focus:ring-indigo-900 focus:outline-none
focus:ring-2 focus:ring-offset-2 focus:ring-offset-white focus:ring-indigo-700 focus:outline-none
transition-colors duration-400">
Submit
</button>
Expand Down
20 changes: 11 additions & 9 deletions cmd/doggo/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b7c926

Please sign in to comment.