Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created June 30, 2025 04:41
Show Gist options
  • Save jmabbas/fa76e313768aefd3383c6eed341d2b3b to your computer and use it in GitHub Desktop.
Save jmabbas/fa76e313768aefd3383c6eed341d2b3b to your computer and use it in GitHub Desktop.
Silicon - Mobile sticky header background color
@media (max-width:768px) {
header#masthead .navbar-sticky {
background-color: #131022;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment