Skip to content

Instantly share code, notes, and snippets.

@finwe
Created May 15, 2013 10:52
Show Gist options
  • Save finwe/5583140 to your computer and use it in GitHub Desktop.
Save finwe/5583140 to your computer and use it in GitHub Desktop.
Make trello more compact
@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;
}
}
@scorchio
Copy link

@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