Skip to content

Instantly share code, notes, and snippets.

@faridfr
Created April 14, 2019 18:38
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 faridfr/8718a94ddc3b8d6e3ed599ce56ded9f9 to your computer and use it in GitHub Desktop.
Save faridfr/8718a94ddc3b8d6e3ed599ce56ded9f9 to your computer and use it in GitHub Desktop.
فارسی کردن وبسایت trello
* :not([class *= "icon-"]) {
font-family:iranYekan !important;
}
input,textarea,.js-checkitem-name {
display:block;
direction:rtl !important;
text-align:right !important;
}
a.action-card {
direction:rtl;
display:block!important;
text-align:right;
}
.list-card-title {
padding:7px !important;
padding-bottom:15px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment