Skip to content

Instantly share code, notes, and snippets.

@KageShiron
Last active February 14, 2019 05:43
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 KageShiron/886006b1c25a4cf270c4083f0916c84e to your computer and use it in GitHub Desktop.
Save KageShiron/886006b1c25a4cf270c4083f0916c84e to your computer and use it in GitHub Desktop.
My Stylus File
/* Chocolatey Fix*/
body{
font-family:sans-serif;
}
.message{
font-size:inherit;
color:black;
}
h4{
background: white;
margin: 1em -1em;
padding: 0.5em 1em;
border: 1px solid black;
}
h5{
border-bottom:1px solid #666;
}
[
{
"enabled": true,
"updateUrl": null,
"md5Url": null,
"url": null,
"originalMd5": null,
"installDate": 1544953483172,
"name": "Chocolate Fix",
"sections": [
{
"code": "/* Chocolatey Fix*/\n\nbody{\n \tfont-family:sans-serif;\n}\n\n.message{\n font-size:inherit;\n color:black;\n}\n\nh4{\n\tbackground: white;\n margin: 1em -1em;\n padding: 0.5em 1em;\n \tborder: 1px solid black;\n}\n\nh5{\n \tborder-bottom:1px solid #666; \n}",
"urls": [
"chocolatey.org"
]
}
],
"id": 1
},
{
"enabled": true,
"updateUrl": null,
"md5Url": null,
"url": null,
"originalMd5": null,
"installDate": 1549948847190,
"name": "trello.com",
"sections": [
{
"code": "/* https://github.com/ChuckJHardy/ColorTitlesTrello */\n.list-card {\n overflow: hidden;\n}\n\n.list-card-labels {\n display: block;\n margin: 0!important;\n}\n\n.list-card-labels .card-label {\n font-size: .7142857142857143rem;\n line-height: 1.142857142857143rem!important;\n height: inherit!important;\n margin-right: 0;\n padding: 0 0.5em!important;\n text-align: center;\n text-shadow: rgba(0, 0, 0, .1) 0 0 5px, rgba(0, 0, 0, .2) 0 0 2px;\n width: auto!important;\n display: inline!important;\n}\n\n/* https://github.com/sudonatalie/layout-trello */\n#board{\n overflow-x: hidden;\n overflow-y: auto;\n display: flex;\n align-content: flex-start;\n flex-direction: row;\n flex-wrap: wrap;\n}\n\n#board .list-wrapper {\n margin: 0 0 10px 10px;\n height: auto;\n}\n\n#board .js-list-content {\n max-height: 40vh;\n}",
"domains": [
"trello.com"
]
}
],
"id": 2
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment