Skip to content

Instantly share code, notes, and snippets.

@dmfrancisco
Created October 24, 2013 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmfrancisco/7e24f8a45a374f85bed7 to your computer and use it in GitHub Desktop.
Save dmfrancisco/7e24f8a45a374f85bed7 to your computer and use it in GitHub Desktop.
Custom styles for Trello.com
body {
background: #fff !important;
}
#header {
background: #1B98F8 !important;
box-shadow: none !important;
}
.board-canvas {
background-color: transparent !important;
}
/* Hide the info button in the header */
.header-btn.header-about, .header-btn.header-help {
display: none !important;
}
.badge.due-now {
background-color: #40C365 !important;
border-color: #40C365 !important;
}
@dmfrancisco
Copy link
Author

Trello theme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment