From 0c6f314e47f060516ac989f3b6eba6ac582e1da2 Mon Sep 17 00:00:00 2001 From: rakeshkumarwebingo <70486203+rakeshkumarwebingo@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:34:48 +0530 Subject: [PATCH] Update style.css --- css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index efe493a..e649a8c 100644 --- a/css/style.css +++ b/css/style.css @@ -2,7 +2,7 @@ body { font-size: 16px; transition: all 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s; - font-family: 'Montserrat', sans-serif; + font-family: 'Montserrat','poppins', sans-serif; } p { line-height: 22px; @@ -14,7 +14,7 @@ a { } a:hover { color: darkblue; - text-decoration: none; + text-decoration: underline; } a:active { @@ -228,6 +228,7 @@ footer li a { } footer li a:hover { + color:red; } .copyright {