Created
April 18, 2016 14:04
-
-
Save gferreira/8748d482b7c563f165a5b55604fa01db to your computer and use it in GitHub Desktop.
css tweak for robofontmechanic.com, for use with stylish
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 url("http://www.robofontmechanic.com/") { | |
.extension:hover { | |
background-color: #FDD; | |
} | |
.extension:hover > *, | |
.extension:hover .name a, | |
.extension:hover .author a { | |
color: #F00 !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment