Skip to content

Instantly share code, notes, and snippets.

View jeffmohr's full-sized avatar

Jeff Mohr jeffmohr

  • Kumu
  • Menlo Park
View GitHub Profile
@jeffmohr
jeffmohr / helpscout-custom.css
Created December 22, 2017 22:35
Compass Help CSS
.navbar .navbar-inner {
background-color: #fff;
color: #333;
padding-top: 10px;
padding-bottom: 20px;
}
.navbar .brand, .navbar .nav li a:hover, .navbar .nav li a:focus, .navbar .nav .active a, .navbar .nav .active a:hover, .navbar .nav .active a:focus {
color: #333;
}
@jeffmohr
jeffmohr / 0_reuse_code.js
Last active August 29, 2015 14:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console