Skip to content

Commit

Permalink
refactor: accessible footer text contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 28, 2024
1 parent 2fdcb32 commit 55dfa54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ import Socials from '@/components/socials.vue'
.item {
transition: color 0.2s ease-in-out;
@apply text-base10 text-sm hover:text-base12;
@apply text-base11 text-sm hover:text-base12;
}
</style>
1 change: 1 addition & 0 deletions resources/pages/home/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ function fetchNewPageData(page: number) {
/>

<button
aria-label="Official packages"
theme="primary"
size="s"
class="flex items-center justify-center rounded-xl bg-base2 px-4 text-base shadow-sm transition-all space-x-2 hover:(bg-base3 shadow-md)"
Expand Down

0 comments on commit 55dfa54

Please sign in to comment.