Last active
December 15, 2021 02:52
-
-
Save kibibites/5f39ffd6426f9ee1af46e6147484ceb5 to your computer and use it in GitHub Desktop.
Monkeytype themes
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
/* ==UserStyle== | |
@name monkeytype nord | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description nord theme for monkeytype | |
@author refact0r | |
@homepageURL https://github.com/refact0r/monkeytype-themes | |
@updateURL https://github.com/refact0r/monkeytype-themes/raw/main/nord.user.css | |
==/UserStyle== */ | |
@-moz-document domain("monkeytype.com") { | |
body { | |
animation: breathing 5s infinite; | |
} | |
@keyframes breathing { | |
from { | |
background-color: var(--bg-color); | |
} | |
to { | |
background-color: var(--sub-color); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment