Created
October 24, 2013 21:49
-
-
Save dmfrancisco/7e24f8a45a374f85bed7 to your computer and use it in GitHub Desktop.
Custom styles for Trello.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
Author
dmfrancisco
commented
Oct 24, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment