Skip to content

Instantly share code, notes, and snippets.

@fatihturan
Last active August 22, 2017 10:37
Show Gist options
  • Save fatihturan/41de00e19364fa5b3f588626ed129487 to your computer and use it in GitHub Desktop.
Save fatihturan/41de00e19364fa5b3f588626ed129487 to your computer and use it in GitHub Desktop.
Trello Webcatalog CSS/JS Injection
html, body {
-webkit-font-smoothing: antialiased;
}
.body-board-view .list-card-labels .card-label
{
font-weight: bold;
color: #fff !important;
text-transform: uppercase;
letter-spacing: 0.1em !important;
line-height: 14px !important;
height: auto !important;
padding: 2px 6px !important;
margin-right: 5px !important;
width: auto !important;
text-shadow: none !important;
font-size: 8px !important;
opacity: .8 !important;
margin-left: 0 !important;
}
.body-board-view .list-card-labels
{
display: flex !important;
}
$(“html”).attr(“lang”, “tr”);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment