Skip to content

Instantly share code, notes, and snippets.

@stroborobo
Created December 27, 2016 11:59
Show Gist options
  • Save stroborobo/55076cdcf5334288b425e8a8514006e7 to your computer and use it in GitHub Desktop.
Save stroborobo/55076cdcf5334288b425e8a8514006e7 to your computer and use it in GitHub Desktop.
Remove some of the most annoying 33c3 wiki styles
/* https://userstyles.org/stylish */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.navbar-nav > li > a {
font-family: "Helvetica Neue" !important;
font-weight: bold;
}
.navbar-tools #search input.search-query {
background-color: rgba(255,255,255,0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment