Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/meghna-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-02-04 14:43:17 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-02-04 14:43:17 +0300
commitf3f332f1aea5d32c1951e03598524d1a378fb99e (patch)
tree304140d2a534adf8933796d2ab6bd7e6a3dec7b2 /assets
parentd047684b3790bc47f63f6fe304e103517e0f2d97 (diff)
modified navigation
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css42
-rw-r--r--assets/js/script.js2
2 files changed, 7 insertions, 37 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index f0748f0..3d1d99f 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -404,46 +404,15 @@ a:hover {
margin-bottom: 0;
}
-.navigation .logo {
- padding: 0;
-}
-
-.navigation .navigation-menu li a.active {
- color: #57cbcc;
-}
-
-.navigation .navigation-menu li a {
- font-size: 16px;
- color: #737f8a;
-}
-
-.navigation .navigation-menu li a:hover,
-.navigation .navigation-menu li a:focus {
- background: transparent;
+.navbar-dark .navbar-nav .active>.nav-link,
+.navbar-dark .navbar-nav .nav-link.active,
+.navbar-dark .navbar-nav .nav-link.show,
+.navbar-dark .navbar-nav .show>.nav-link {
color: #57cbcc;
}
-.navigation .navbar-toggler {
- color: rgba(255, 255, 255, .5);
- border-color: rgba(255, 255, 255, .1);
- border-radius: 0;
-}
-
-.navigation .navbar-collapse {
- padding: 10px;
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
- border-top: 5px solid transparent;
-}
-
-@media (min-width: 768px) {
- .navigation .navbar-collapse {
- box-shadow: none;
- border-top: none;
- }
-}
-
.navbar-toggler:focus {
- outline-color: #57cbcc;
+ outline: 0;
}
.bg-1 {
@@ -2299,4 +2268,5 @@ figcaption {
padding: 10px;
display: block;
}
+
/*# sourceMappingURL=maps/style.css.map */ \ No newline at end of file
diff --git a/assets/js/script.js b/assets/js/script.js
index 1232d07..c6e5071 100644
--- a/assets/js/script.js
+++ b/assets/js/script.js
@@ -96,7 +96,7 @@ jQuery(function ($) {
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
html_body.animate({
- scrollTop: target.offset().top - 70
+ scrollTop: target.offset().top - 50
}, 1500, 'easeInOutExpo');
return false;
}