Created
July 5, 2018 13:45
-
-
Save NathanHarrington/b057a49a38620f0bf8c20e9aa709dc55 to your computer and use it in GitHub Desktop.
bmfiddle.com user style for stylus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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