Skip to content

Commit

Permalink
Merge pull request Eduhub-Community#54 from ritishbhardwaj/main
Browse files Browse the repository at this point in the history
[Bug-Fixed] in UI bugs fixed, irresponsive pointer on 'get started' button + dark blue color when hover over the bottom to up scroll button
  • Loading branch information
SahityaRoy authored Oct 10, 2022
2 parents 482ab1e + 5c1a9fb commit d26edf8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
26 changes: 15 additions & 11 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,15 @@ h6 {
right: 15px;
bottom: 15px;
z-index: 996;
background: #3b4ef8;
background: #b1b8f0;
width: 40px;
height: 40px;
border-radius: 4px;
transition: all 0.4s;
}
.back-to-top i {
font-size: 28px;
color:#111;
/* color: #fff;*/
line-height: 0;
}
Expand Down Expand Up @@ -307,9 +308,9 @@ h6 {
line-height: 0;
transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
/* color: #fff;*/
}
/* .mobile-nav-toggle.bi-x { */
/* color: #fff; */
/* } */

@media (max-width: 991px) {
.mobile-nav-toggle {
Expand Down Expand Up @@ -429,6 +430,7 @@ h6 {
display: block;
padding: 8px 32px 10px 32px;
margin-top: 25px;
margin-bottom: 25px;
border-radius: 5px;
transition: 0.5s;
color: #fff;
Expand Down Expand Up @@ -968,10 +970,10 @@ section {
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
/* .team { */
/* background: #fff; */
/* padding: 35px 7rem; */
}
/* } */

.founder-img {
width: 13rem;
Expand Down Expand Up @@ -1042,9 +1044,10 @@ section {
margin: 0 10px;
display: inline-block;
}
.team .member .social a:hover {
/* .team .member .social a:hover { */
/* color: #fff;*/
}
/* } */

.team .member .social i {
font-size: 18px;
margin: 0 2px;
Expand Down Expand Up @@ -1201,9 +1204,9 @@ section {
.faq .faq-list .icon-show {
display: none;
}
.faq .faq-list .collapsed {
/* .faq .faq-list .collapsed { */
/* color: black; */
}
/* } */
.faq .faq-list .collapsed:hover {
color: #3b4ef8;
}
Expand Down Expand Up @@ -1486,7 +1489,8 @@ section {
transition: 0.3s;
}
#footer .social-links a:hover {
background: #3b4ef8;
background: #a7aeed;
/* background: #ebeda7; */
/* color: #fff;*/
text-decoration: none;
}
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />

<!-- Dask Mode CSS Files -->
<!-- Dark Mode CSS Files -->
<link href="assets/css/dark-mode-style.css" rel="stylesheet"/>
<link href='https://css.gg/dark-mode.css' rel='stylesheet'>
</head>
Expand Down Expand Up @@ -1372,8 +1372,8 @@ <h4>Subscribe</h4>
<!-- End Footer -->

<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center">
<i class="bi bi-arrow-up-short" ></i></a>

<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
Expand Down

0 comments on commit d26edf8

Please sign in to comment.