Skip to content

Instantly share code, notes, and snippets.

@boertel
Last active August 29, 2015 13:56
Show Gist options
  • Save boertel/8791504 to your computer and use it in GitHub Desktop.
Save boertel/8791504 to your computer and use it in GitHub Desktop.
Customize color of the header/icon and position
.pt-sidebar-header, .pt-sidebar-open {
background-color: <YOUR COLOR>; // #945BAA
}
.pt-sidebar-icon {
background-color: <YOUR COLOR>; // #764988
top: 0px; // 0px
}
.pt-sidebar {
background-color: <YOUR COLOR>; // #434343
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment