Created
May 15, 2013 10:52
-
-
Save finwe/5583140 to your computer and use it in GitHub Desktop.
Make trello more compact
This file contains hidden or 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("trello.com") { | |
body, input, select, textarea { | |
font: 13px/16px Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif !important; | |
} | |
.list-card.active-card { | |
border-color: #AAA !important; | |
box-shadow: 0 0 2px #1F6993 !important; | |
} | |
} |
@Dariuzs You can use the Stylish Chrome extension where you can add such stylesheets. (You might need to modify it slightly though.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! How do I "install" this custom CSS to modify Trellos appearance in Google Chrome ? Thanks! (I´m sorry, I´m new in this)