diff --git a/css/index.css b/css/index.css index 7a47c40be..8733c7cec 100644 --- a/css/index.css +++ b/css/index.css @@ -188,7 +188,7 @@ background-color:#5596f5 !important; } .footer-cust a:hover { - color: #74ddc3; + color: #c7c7c7; } .footer-cust h6{ diff --git a/tailwind.config.js b/tailwind.config.js index d101bce94..1c659e7f2 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -47,7 +47,7 @@ module.exports = { transparent: 'transparent', white: '#ffffff', black: '#000000', - green: '#74ddc3 ', + green: '#c7c7c7 ', gray: colors.gray, slate: colors.slate, stone: colors.stone, diff --git a/templates/partials/header.html b/templates/partials/header.html index d0ef97457..688e45356 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -213,14 +213,14 @@ \ No newline at end of file