From 268f349193a3fe4278b80b62e99aa780ef659815 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Sun, 14 May 2023 10:06:28 +0200 Subject: [PATCH] update css --- css/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 7916a5c..438c62d 100644 --- a/css/index.css +++ b/css/index.css @@ -144,7 +144,7 @@ img[src*="#fig"] { } button:hover { - color: #984210; + color: #464646;; } button { @@ -213,6 +213,10 @@ a { border: none; } +a:hover{ + color: #464646; +} + header { font-family: "Work Sans"; }