Skip to content

Commit

Permalink
Merge pull request #52 from Computer-Society-ITBA/fix_color_contrast
Browse files Browse the repository at this point in the history
fix color contrast
  • Loading branch information
msambartolomeo authored Oct 8, 2023
2 parents a66b32a + 0e1ba43 commit 7e47f98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Footer () {
<Link smooth to="/#" className="max-h-full sm:w-4/12 md:w-4/12 my-4 justify-center items-center">
<img
src={logoCompleto}
className='object-contain w-8/12 mx-auto'
className='object-contain w-8/12 mx-auto rounded-lg'
alt='Computer Society Logo'
/>
</Link>
Expand Down
5 changes: 3 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ module.exports = {
safelist: [{ pattern: /^bg-/ }],
theme: {
extend: {

colors: {
brand_primary: '#F67C01',
brand_secondary: '#FFB200',
brand_primary: '#FFAD00',
brand_secondary: '#F98A04',
brand_tertiary: '#75787B',
typography_primary: '#212121',
light: '#F7F7F7'
Expand Down

0 comments on commit 7e47f98

Please sign in to comment.