Skip to content

Commit

Permalink
changed color contrasts
Browse files Browse the repository at this point in the history
changed two color contrasts and rounded the corners of the full logo in the footer.
  • Loading branch information
pedro4031 committed Sep 27, 2023
1 parent 007edb3 commit 0e1ba43
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 0e1ba43

Please sign in to comment.