Skip to content

Instantly share code, notes, and snippets.

@denolfe
Created July 14, 2015 18:31
Show Gist options
  • Save denolfe/8127c0dab8815cc8c24a to your computer and use it in GitHub Desktop.
Save denolfe/8127c0dab8815cc8c24a to your computer and use it in GitHub Desktop.
Better Trello Styling
html, body, input, select, textarea, button {
font-family: open sans, calibri, lucida sans console;
}
#header {
background: #676767;
}
.board-canvas {
background: #3f3f3f url(http://www.twitch.tv/images/xarth/bg_noise.png) top center;
}
.board-header {
background: #3f3f3f url(http://www.twitch.tv/images/xarth/bg_noise.png) top center;
padding: 4px 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment