fix: menu mobile styles

This commit is contained in:
Nazarii Mykhailets
2024-06-12 12:37:25 +03:00
parent c9fe3b19cd
commit 7d2385d6cb
2 changed files with 5 additions and 5 deletions

View File

@@ -350,10 +350,6 @@ article a.button,
.top-nav {
background: $light-bg;
#top-main-nav {
background-color: $gray-300;
}
#topnav-pages .nav-link {
color: $light-fg;
}
@@ -429,6 +425,10 @@ article a.button,
.navbar-collapse>.nav-item {
background: $gray-200;
}
#top-main-nav {
background-color: $gray-300;
}
}
}