From eb559325f4de382b0340ec140e86f1ea96606192 Mon Sep 17 00:00:00 2001 From: RohanHarichandan Date: Sun, 2 Oct 2022 05:15:28 +0530 Subject: [PATCH 1/2] Carousel slider buttons canges color on hover --- open-source-hack/assets/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/open-source-hack/assets/css/style.css b/open-source-hack/assets/css/style.css index 059d8de..6bad67c 100644 --- a/open-source-hack/assets/css/style.css +++ b/open-source-hack/assets/css/style.css @@ -3410,4 +3410,16 @@ p.form-message.success, p.form-message.error { color: #fff; background-color: #005c88; } + + /* Carousel slider buttons canges color on hover */ +.carousel-control-next:focus, .carousel-control-next:hover, +.carousel-control-prev:focus, .carousel-control-prev:hover{ + text-decoration: none; + outline: 0; + opacity: .9; + background-color: #4da422; + box-shadow: 0px 15px 20px rgb(46 229 157 /40%); + transform: translateY(-7px); +} + /*# sourceMappingURL=style.css.map */ From d417517ab7722cecc37cb7c1c9ba68960bd701f0 Mon Sep 17 00:00:00 2001 From: RohanHarichandan Date: Sun, 2 Oct 2022 16:06:52 +0530 Subject: [PATCH 2/2] hover effect added in icons and github link added --- open-source-hack/assets/css/style.css | 17 +++++++++++++---- open-source-hack/index.html | 1 + 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/open-source-hack/assets/css/style.css b/open-source-hack/assets/css/style.css index 6bad67c..a50a1d8 100644 --- a/open-source-hack/assets/css/style.css +++ b/open-source-hack/assets/css/style.css @@ -3410,16 +3410,25 @@ p.form-message.success, p.form-message.error { color: #fff; background-color: #005c88; } - + /* Carousel slider buttons canges color on hover */ .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{ text-decoration: none; outline: 0; opacity: .9; - background-color: #4da422; - box-shadow: 0px 15px 20px rgb(46 229 157 /40%); - transform: translateY(-7px); + background-color: #ffffff; + color: #000; +} +/* social icons changes color on hover */ +/* github link attached in the footers section*/ + +.price :hover{ + text-decoration: none; + outline: 0; + opacity: .9; + color: #87CEFA; + } /*# sourceMappingURL=style.css.map */ diff --git a/open-source-hack/index.html b/open-source-hack/index.html index 7c3640e..4a132c6 100644 --- a/open-source-hack/index.html +++ b/open-source-hack/index.html @@ -536,6 +536,7 @@

Frequently Asked Questions

  • +