Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abubackerbsc/f449ead463e827e00d4b15726dabf7f0 to your computer and use it in GitHub Desktop.
Save abubackerbsc/f449ead463e827e00d4b15726dabf7f0 to your computer and use it in GitHub Desktop.
.handheld-only i,
.handheld-only .search-btn:before {
color: #000 !important;
}
.handheld-only .handheld-header {
background-color: #fff !important;
}
.handheld-only .handheld-header .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='butt' stroke-miterlimit='0' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment