Last active
May 25, 2016 20:49
-
-
Save wiiaboo/647ddc71b73c8733ad90e24da041f6d3 to your computer and use it in GitHub Desktop.
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
@-moz-document url("https://www.wanikani.com/"), url("https://www.wanikani.com/dashboard") { | |
#timeln .link { | |
color: #ccc | |
} | |
#timeline .label-x text, #timeline .label-y text { | |
fill: #ccc; | |
stroke-width: 0; | |
} | |
#timeline .arrows .bur { | |
stroke: #eee; | |
} | |
#timeline .bars .cur, #timeline .bars .bur { | |
opacity: 0.2; | |
} | |
#timeline .grid polyline { | |
stroke: #fff; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment