From 369b323cc2ba8dfe60567aeccc2b7729795680fb Mon Sep 17 00:00:00 2001 From: ParanoidWolf Date: Wed, 2 Oct 2019 18:34:48 +0530 Subject: [PATCH] Glow the Sign In button --- index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.css b/index.css index 499b073..b1d0ec1 100644 --- a/index.css +++ b/index.css @@ -100,6 +100,12 @@ nav#header ul li #signIn { border-radius: 2px; color: white; } +/* sign-in button hover*/ +nav#header ul li #signIn:hover { + background-color: rgba(90, 157, 279); + padding: 5px 10px; + border-radius: 2px; + color: white;} /* underlines links on pointer hover */ nav#header ul li a:hover { text-decoration: underline;