From e1be39bd6ab17bf297d095cad9499ad0239c2ea9 Mon Sep 17 00:00:00 2001 From: Piyu0423 Date: Thu, 4 Oct 2018 12:28:17 +0530 Subject: [PATCH] commented for hover button --- package-lock.json | 3 +++ src/style/home.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..48e341a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +} diff --git a/src/style/home.css b/src/style/home.css index 561453e..56fd658 100644 --- a/src/style/home.css +++ b/src/style/home.css @@ -14,7 +14,7 @@ button { } button:hover { - background-color: #48545a; + background-color: #2c97cc;/* change the button color when curser is near*/ }