From 0e1ba434853254704a2e76e9b03c1db38cc6de2d Mon Sep 17 00:00:00 2001 From: Pedro Tomas Casabona <99549538+pedro4031@users.noreply.github.com> Date: Wed, 27 Sep 2023 20:32:02 -0300 Subject: [PATCH] changed color contrasts changed two color contrasts and rounded the corners of the full logo in the footer. --- src/components/sections/footer.jsx | 2 +- tailwind.config.js | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/sections/footer.jsx b/src/components/sections/footer.jsx index 5fc3378..eac1af1 100644 --- a/src/components/sections/footer.jsx +++ b/src/components/sections/footer.jsx @@ -15,7 +15,7 @@ function Footer () { Computer Society Logo diff --git a/tailwind.config.js b/tailwind.config.js index 3c709ae..289e520 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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'