Skip to content

Instantly share code, notes, and snippets.

@NathanHarrington
Created July 5, 2018 13:45
Show Gist options
  • Save NathanHarrington/b057a49a38620f0bf8c20e9aa709dc55 to your computer and use it in GitHub Desktop.
Save NathanHarrington/b057a49a38620f0bf8c20e9aa709dc55 to your computer and use it in GitHub Desktop.
bmfiddle.com user style for stylus
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("bmfiddle.com") {
/* make text color white on white to eliminate the visually
* distracting
component numbers*/
.block .order { background-color: #ffffff;}
/* hide all of the background iconagraphy */
.bg {background-image: none;}
/* hide the count of stickys in the lower right */
.block .count {color: #ffffff;}
/* make icons small on the canvas */
.item-asset img.scale-with-grid { max-width: 20%; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment