From a5124c1308bad37573ff3db3a41b3b1cbea95d97 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 3 Dec 2024 09:50:39 +0200 Subject: [PATCH] change hover color --- css/index.css | 2 +- tailwind.config.js | 2 +- templates/partials/header.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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