Last active
October 30, 2020 07:44
-
-
Save ygkn/cd7304a4021dca4a3669bc63d2291d57 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
| /* ==UserStyle== | |
| @name gaming manaba | |
| @namespace github.com/openstyles/stylus | |
| @version 1.0.0 | |
| @description make gaming manaba+R | |
| @author Me | |
| ==/UserStyle== */ | |
| @-moz-document domain("ct.ritsumei.ac.jp") { | |
| @keyframes gaming { | |
| 0% { | |
| filter: hue-rotate(0) | |
| } | |
| 100% { | |
| filter: hue-rotate(360deg) | |
| } | |
| } | |
| body { | |
| animation: linear 0.5s infinite gaming | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment