Skip to content

Commit

Permalink
fix: footer text opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Nov 16, 2023
1 parent 8544c39 commit f4be765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styled/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
@apply gap-2;
}
&-title {
@apply mb-2 font-bold uppercase opacity-50;
@apply mb-2 font-bold uppercase opacity-60;
}
}

0 comments on commit f4be765

Please sign in to comment.